Merge pull request #62 from PwnFunction/patch-1

Bypass using IPv6/IPv4 Address Embedding
This commit is contained in:
Swissky 2019-04-13 14:03:43 +02:00 committed by GitHub
commit ee00dc1803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,6 +123,12 @@ http://3232235521/ = http://192.168.0.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
```powershell