Project re-structuring (python naming conventions)

This commit is contained in:
2022-01-23 22:09:12 +01:00
parent 353c4b7b88
commit 8adc30d7ae
6 changed files with 9268 additions and 793 deletions

View File

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