This commit is contained in:
Simon
2025-06-03 10:40:15 +00:00
parent 15c5216309
commit c218828d40

View File

@@ -8,7 +8,7 @@ BURP_JAR = "/headless/burpsuite_community.jar"
CONFIG_FILE = "/app/burp/project_options.json"
def start_burp():
os.system("rm -f /tmp/burp*")
os.system("rm -rf /tmp/burp*")
burp_process = subprocess.Popen([
"java", "-jar", BURP_JAR,
f"--config-file={CONFIG_FILE}"