increased wait time and activated burpsuite for supervisord
This commit is contained in:
@@ -15,6 +15,8 @@ def start_burp():
|
||||
])
|
||||
return burp_process
|
||||
|
||||
time.sleep(5)
|
||||
|
||||
print("Starting Burp Suite...")
|
||||
burp_process = start_burp()
|
||||
button = None
|
||||
@@ -62,7 +64,7 @@ while True:
|
||||
if button:
|
||||
print("Clicking on the 'HTTP History' button...")
|
||||
pyautogui.click(button)
|
||||
time.sleep(60)
|
||||
time.sleep(60*60*24)
|
||||
burp_process.terminate()
|
||||
print("Starting Burp Suite...")
|
||||
burp_process = start_burp()
|
||||
|
||||
Reference in New Issue
Block a user