Forum Discussion
ilikeabhi
20 days agoBronze II
OWASP 2017 Java Sensitive data exposure
what is the install path of the web application ? I am not sure what this question mean
ilikeabhi
15 days agoBronze II
What are the HTTP parameters necessary to upload a file
parameters are path,file
for the next question to you need to prepare URL like below, basically they want to understand how a hacker will gain access to unauthorized file
<targetserver>?file=web.xml&path=../WEB-INF/
Once you run above URL in the browser you will get /var/lib/tomcat9 as response
- vaishnavi115 days agoBronze II
Thanks a lot!!!