Skip to content

Commit

Permalink
Update loxs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HexShad0w authored Oct 29, 2024
1 parent 6f1a7a7 commit 4678aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loxs.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ def check_vulnerability(url, payload, vulnerable_urls, total_scanned):
total_scanned[0] += 1

try:
alert = WebDriverWait(driver, 0.3).until(EC.alert_is_present())
alert = WebDriverWait(driver, 0.5).until(EC.alert_is_present())
alert_text = alert.text

if alert_text:
Expand Down

0 comments on commit 4678aa8

Please sign in to comment.