Jetty
Jetty Pentest
Last updated
Jetty Pentest
Last updated
Send a GET request to / with a random value in the Host header, the response will contain a list of all applications
upload a JSP web shell to $JETTY_BASE/webapps/root/
Test with this two types of payload:
XML-based: <a:script xmlns:a="http://www.w3.org/1999/xhtml">alert('PTSWARM')</script>
HTML-based: <script>alert('PTSWARM')</script>
The go-to manual for web app pentesters. Covers XSS, SQLi, logic flaws, and more
Learn how to perform reconnaissance on a target, how to identify vulnerabilities, and how to exploit them
Learn about the most common types of bugs like cross-site scripting, insecure direct object references, and server-side request forgery.