T3chnocr4t:~#

Looking 🔭 For Something Hidden....

View on GitHub

Access Control

Lab:~# Insecure direct object references


Hello 😃, welcome back to another lab write-up. This lab focuses on learning about IDOR (Insecure Direct Object Reference). The lab stores user chat logs directly on the server’s file system and retrieves them using static URLs. Let’s explore vulnerabilities and exploit them.

prevent-IDOR-vulnerabilities


End Goals:~#

What is IDORs:~#

Insecure direct object references (IDORs) are a subcategory of access control vulnerabilities. IDORs occur if an application uses user-supplied input to access objects directly and an attacker can modify the input to obtain unauthorized access.


Testing For Vulnerabilities:~#

idor1

idor 2

idor 3

idor 4

idor 5

giphy66

That’s all, friends. Thank you for reading up to this point. I would like to hear your feedback on anything not clear here. Here is my Twitter account @T3chnocr4t. Feel free to DM me if you have any issues with my write-up. Thanks!

Go Back Home