hotfix final

This commit is contained in:
Simon
2025-06-19 11:46:48 +00:00
parent b94fca9986
commit 0a5adac63a
2 changed files with 17 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ while True:
if button:
print("Clicking on the 'Next' button...")
pyautogui.click(button)
button = None
button = None
try:
button = pyautogui.locateCenterOnScreen("/app/burp/start_burp.png", confidence=0.8)
@@ -51,7 +51,7 @@ while True:
if button:
print("Clicking on the 'Start Burp' button...")
pyautogui.click(button)
button = None
button = None
try:
button = pyautogui.locateCenterOnScreen("/app/burp/accept.png", confidence=0.8)
@@ -60,7 +60,7 @@ while True:
if button:
print("Clicking on the 'Accept' button...")
pyautogui.click(button)
button = None
button = None
try:
button = pyautogui.locateCenterOnScreen("/app/burp/proxy.png", confidence=0.8)
@@ -69,7 +69,7 @@ while True:
if button and not proxy_clicked:
print("Clicking on the 'Proxy' button...")
pyautogui.click(button)
button = None
button = None
proxy_clicked = True
try:
@@ -79,7 +79,7 @@ while True:
if button and not history_clicked:
print("Clicking on the 'HTTP History' button...")
pyautogui.click(button)
button = None
button = None
history_clicked = True
try:
button = pyautogui.locateCenterOnScreen("/app/burp/sort.png", confidence=0.99)
@@ -89,4 +89,4 @@ while True:
sort_clicked = True
print("Clicking on the 'Sorting' button...")
pyautogui.click(button)
button = None
button = None