auto burp part 1

This commit is contained in:
Simon
2025-06-03 08:28:34 +00:00
parent d2254128d7
commit cae15e7636
3 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
export DISPLAY=:1.0
sleep 2
# Launch Burp Suite
java -jar /home/default/burpsuite_community.jar
# Give it time to start up
sleep 10
# Run your Python script to click "Next"
python3 /workspace/auto_click_next.py