Book of BugBounty Tips
Search...
Ctrl
K
Insecure Direct Object Reference (IDOR)
Previous
Open Redirect
Next
Injection
Last updated
1 month ago
Trick that allowed me to find many IDORs..
Hacker tip: when you’re looking for IDORs in a model that references another model, try storing IDs that don’t exists yet. I’ve seen a number of times now that, because the model can’t be found, the system will save the ID. (1/2)
Hackers, minor cool insight that I gained some time ago and found a vulnerability with: when you're looking at an asset that may use a microservices architecture, look for IDOR vulnerabilities using path traversal. E.g. https://example/?id=1/../2. See thread.
https://twitter.com/m4ll0k/status/1290725338285256706?s=20