python include fix, web service finder: osticket

This commit is contained in:
2021-05-12 15:58:19 +02:00
parent e0e5ce3228
commit 73c9f72561
6 changed files with 37 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
__doc__ = __doc__ or ""
import os
import sys
__doc__ = __doc__ or ""
__all__ = ["util","fileserver","xss_handler","genRevShell"]
inc_dir = os.path.dirname(os.path.realpath(__file__))
sys.path.append(inc_dir)