Python - Insecure Direct Object References (IDOR)
Running the app on Docker
$ sudo docker pull blabla1337/owasp-skf-lab:idor$ sudo docker run -ti -p 127.0.0.1:5000:5000 blabla1337/owasp-skf-lab:idorReconnaissance
http://foo.bar/somepage?invoice=12345Exploitation








Additional Sources
PreviousInsecure Direct Object References (IDOR)NextNodeJS - Insecure Direct Object References (IDOR)
Last updated
Was this helpful?