added jar path

This commit is contained in:
Simon
2025-06-03 10:28:03 +00:00
parent d1b23dd293
commit d74b7b97e6

View File

@@ -3,7 +3,7 @@ import time
import os
import subprocess
BURP_JAR = "/app/burp/burpsuite_community.jar"
BURP_JAR = "~/burpsuite_community.jar"
CONFIG_FILE = "/app/burp/project_options.json"
print("Waiting for vnc to start up...")