mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 08:54:40 +01:00
Merge pull request #645 from azurit/ssrflocalhost
SSRF: bypass using IPv6/IPv4 Address Embedding
This commit is contained in:
commit
726de9e9b2
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ Ref:
|
|||
|
||||
```powershell
|
||||
http://[0:0:0:0:0:ffff:127.0.0.1]
|
||||
http://[::ffff:127.0.0.1]
|
||||
```
|
||||
|
||||
### Bypass using malformed urls
|
||||
|
|
|
|||
Loading…
Reference in a new issue