mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update flagged requests URL in UI test
This commit is contained in:
parent
51369dcab5
commit
412849e9ec
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ with driver_func() as driver:
|
|||
sleep(1)
|
||||
|
||||
for _ in range(5):
|
||||
get(f"http://www.example.com{ui_url}/home?id=/etc/passwd")
|
||||
get("http://127.0.0.1/?id=/etc/passwd")
|
||||
sleep(0.5)
|
||||
|
||||
### LOGIN PAGE
|
||||
|
|
|
|||
Loading…
Reference in a new issue