Server-side Request Forgery (SSRF)
Server Side Request Forgery (SSRF) is a form of attack that allows an attacker to trick a webserver in performing unintended HTTP requests to a resource of the attacker's choice.
Methods
Forming payloads
Common endpoints to access
Bypass access/deny list filtering
Bypass access list filtering
1. Self hosted domain
Bypass deny list filtering
1. Alternate IP address representation
2. Malicious DNS resolution
Last updated