Server Side Request Forgery (SSRF)
Introduction
Server Side Request Forgery is a web application vulnerability that allows attackers to make outgoing requests originating from the vulnerable server
Where to find
Usually it can be found in the request that contain request to another url, for example like this
or
How to exploit
Basic payload
Hex encoding
Octal encoding
Dword encoding
Mixed encoding
Using URL encoding
Using IPv6
Using bubble text
How to exploit (URI Scheme)
File scheme
Dict scheme
FTP scheme
TFTP scheme
SFTP scheme
LDAP scheme
Gopher scheme
References
Last updated