diff --git a/burp/sort.png b/burp/sort.png new file mode 100644 index 0000000..24d8a15 Binary files /dev/null and b/burp/sort.png differ diff --git a/burp/start_burp.py b/burp/start_burp.py index 755fc6c..22d9f1e 100644 --- a/burp/start_burp.py +++ b/burp/start_burp.py @@ -64,6 +64,15 @@ while True: if button: print("Clicking on the 'HTTP History' button...") pyautogui.click(button) + time.sleep(2) + try: + button = pyautogui.locateCenterOnScreen("/app/burp/sort.png", confidence=0.8) + except: + pass + if button: + print("Clicking on the 'Sorting' button...") + pyautogui.click(button) + time.sleep(60*60*24) burp_process.terminate() print("Starting Burp Suite...")