GITBOOK-3812: No subject

This commit is contained in:
CPol 2023-03-05 15:13:44 +00:00 committed by gitbook-bot
parent cc342552b3
commit df3103dbf8
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -144,6 +144,12 @@ If the SSRF is executed by **curl**, curl has a feature called [**URL globbing**
file:///app/public/{.}./{.}./{app/public/hello.html,flag.txt}
```
## Capture SSRF Requests
* Burp Collaborator
* [http://requestrepo.com/](http://requestrepo.com/)
* [https://app.interactsh.com/](https://app.interactsh.com/)
## SSRF via Referrer header
Some applications employ server-side analytics software that tracks visitors. This software often logs the Referrer header in requests, since this is of particular interest for tracking incoming links. Often the analytics software will actually visit any third-party URL that appears in the Referrer header. This is typically done to analyze the contents of referring sites, including the anchor text that is used in the incoming links. As a result, the Referer header often represents fruitful attack surface for SSRF vulnerabilities.\