This commit is contained in:
Simon
2025-06-03 10:38:16 +00:00
parent e51de99853
commit 58cff87274

View File

@@ -8,7 +8,6 @@ BURP_JAR = "/headless/burpsuite_community.jar"
CONFIG_FILE = "/app/burp/project_options.json" CONFIG_FILE = "/app/burp/project_options.json"
def start_burp(): def start_burp():
for filepath in glob.glob('/tmp/burp*'): for filepath in glob.glob('/tmp/burp*'):
try: try:
if os.path.isfile(filepath): if os.path.isfile(filepath):