pcap file extract fix

This commit is contained in:
Roman Hergenreder
2023-12-09 09:35:04 -05:00
parent c50aa4cd42
commit 254826351a
2 changed files with 25 additions and 14 deletions

View File

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