Python - Remote File Inclusion (RFI)
Running the app on Docker
$ sudo docker pull blabla1337/owasp-skf-lab:rfi$ sudo docker run -ti -p 127.0.0.1:5000:5000 blabla1337/owasp-skf-lab:rfiReconnaissance
http://example.com/getUserProfile.jsp?item=../../../../etc/passwd
Cookie: USER=1826cc8f:PSTYLE=../../../../etc/passwd


Exploitation

Additional sources
Last updated
Was this helpful?