hotfix
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user