HackingScripts/__init__.py

9 lines
237 B
Python
Raw Normal View History

import os
import sys
2020-07-12 20:36:14 +02:00
__doc__ = __doc__ or ""
2023-09-19 14:39:11 +02:00
__all__ = ["util", "fileserver", "xss_handler", "rev_shell", "xp_cmdshell", "dnsserver", "sqli", "smtpserver"]
inc_dir = os.path.dirname(os.path.realpath(__file__))
sys.path.append(inc_dir)