Insecure Direct Object Reference (IDOR)
Introduction
Where to find
How to exploit
GET /api/v1/getuser HTTP/1.1
Host: example.com
...GET /api/v1/getuser?id=1234 HTTP/1.1
Host: example.com
...References
Last updated