sort burp view
This commit is contained in:
BIN
burp/sort.png
Normal file
BIN
burp/sort.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 379 B |
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user