Skip to main content
Open source · Free forever

OnlySecurity

An open-source hub for learning security and sharing knowledge.

Real vulnerabilities, real write-ups, real methodology — not a paraphrased course. Start at the fundamentals or jump straight to the write-ups; either way, nothing here is paywalled.

6
learning modules
10+
real-world write-ups
100%
free, always
ssrf-bypass.sh
$ curl -s "http://target/fetch?url=http://127.0.0.1/admin"
{"error":"blocked: private range"}

# decimal-encoded IP — same host, different filter path
$ curl -s "http://target/fetch?url=http://2130706433/admin"
{"status":"200 OK"}

One of dozens of real bypass techniques covered in Web Security.

Built in the open, on purpose

Every doc, every write-up, every line of this site is a public commit. Found a gap, a bug, or have a write-up worth sharing? Fork it and open a PR — no application, no gatekeeping.