This commit is contained in:
Simon
2025-06-19 11:54:20 +00:00
parent e1735657f0
commit d663b344aa

View File

@@ -69,8 +69,8 @@ while True:
if button and not proxy_clicked: if button and not proxy_clicked:
print("Clicking on the 'Proxy' button...") print("Clicking on the 'Proxy' button...")
pyautogui.click(button) pyautogui.click(button)
button = None
proxy_clicked = True proxy_clicked = True
button = None
try: try:
button = pyautogui.locateCenterOnScreen("/app/burp/http_history.png", confidence=0.8) button = pyautogui.locateCenterOnScreen("/app/burp/http_history.png", confidence=0.8)
@@ -79,8 +79,8 @@ while True:
if button and not history_clicked: if button and not history_clicked:
print("Clicking on the 'HTTP History' button...") print("Clicking on the 'HTTP History' button...")
pyautogui.click(button) pyautogui.click(button)
button = None
history_clicked = True history_clicked = True
button = None
try: try:
button = pyautogui.locateCenterOnScreen("/app/burp/sort.png", confidence=0.99) button = pyautogui.locateCenterOnScreen("/app/burp/sort.png", confidence=0.99)
except: except: