shell win impl.

This commit is contained in:
2023-10-05 13:00:16 +02:00
parent ebb634aeab
commit 4fb2e30bbd
5 changed files with 191 additions and 79 deletions

View File

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