2021-05-12 15:58:19 +02:00
|
|
|
import os
|
|
|
|
import sys
|
2020-07-12 20:36:14 +02:00
|
|
|
|
2021-05-12 15:58:19 +02:00
|
|
|
__doc__ = __doc__ or ""
|
2022-01-23 22:09:12 +01:00
|
|
|
__all__ = ["util","fileserver","xss_handler","rev_shell","xp_cmdshell", "dnsserver"]
|
2021-05-12 15:58:19 +02:00
|
|
|
|
|
|
|
inc_dir = os.path.dirname(os.path.realpath(__file__))
|
|
|
|
sys.path.append(inc_dir)
|