HackingScripts/__init__.py
2021-08-28 13:41:46 +02:00

9 lines
213 B
Python

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