How I got $400 for my first SSRF bug?
An easy-to-exploit SSRF vulnerability.
May 1, 20213 min read1.6K

Search for a command to run...
Articles tagged with #webdev
An easy-to-exploit SSRF vulnerability.

var and let These are two keywords used to declare variables in Javascript. Even though most beginners know these two keywords exist, we struggle with finding the difference between them. So let's look at the difference between these keywords. Declar...