Update Open Redirect.md
This commit is contained in:
parent
5ad93414b1
commit
c67ad2188c
@ -228,10 +228,10 @@ xmlns="http://www.w3.org/2000/svg">
|
|||||||
## Automate discovery
|
## Automate discovery
|
||||||
```bash
|
```bash
|
||||||
# recommend method
|
# recommend method
|
||||||
waybackurl target.com | grep =http | qsreplace -a | while read domain; do python3 oralyzer.py -u $domain; done
|
waybackurls target.com | grep =http | qsreplace -a | while read domain; do python3 oralyzer.py -u $domain; done
|
||||||
|
|
||||||
# alternative method
|
# alternative method
|
||||||
waybackurl target.com | gf redirect | qsreplace -a | while read domain; do python3 oralyzer.py -u $domain; done
|
waybackurls target.com | gf redirect | qsreplace -a | while read domain; do python3 oralyzer.py -u $domain; done
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user