Abstract SQLi Interface

This commit is contained in:
Roman Hergenreder
2022-12-10 14:24:13 +01:00
parent da8dee2143
commit 8b9c977ac6
2 changed files with 159 additions and 1 deletions

View File

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