This commit is contained in:
2021-08-28 13:41:46 +02:00
parent b034e9c800
commit 78e5fd16d9
10 changed files with 346 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ import os
import sys
__doc__ = __doc__ or ""
__all__ = ["util","fileserver","xss_handler","genRevShell"]
__all__ = ["util","fileserver","xss_handler","genRevShell","xp_cmdshell", "dnsserver"]
inc_dir = os.path.dirname(os.path.realpath(__file__))
sys.path.append(inc_dir)