[Day 14] Web Applications I’m dreaming of secure web apps
OWASP Top 10
Open Web Application Security Project
IDOR vulnerability
IDOR stands for Insecure Direct Object References and represents the case when a user can alter the input to bypass authorization.
Simplest way to exploit would be trying different urls to other resources which we should not have access to.