Repository restructuring

This commit is contained in:
2026-04-30 19:53:18 +02:00
parent 31af1f4423
commit f233fe8264
98 changed files with 4216 additions and 1392 deletions

View File

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