Be careful with what you wish on a Christmas night

Web Exploitation

Video

Resources

OWASP/CheatSheetSeries

Check out this awesome guide about XSS: swisskyrepo/PayloadsAllTheThings Common payload list for you to try out: payloadbox/xss-payload-list For more OWASP Zap guides, check out the following room: Learn OWASP Zap

Challenge

Deploy your AttackBox

What vulnerability type was used to exploit the application?

What query string can be abused to craft a reflected XSS?

Launch the OWASP ZAP Application

Run a ZAP (zaproxy) automated scan on the target. How many XSS alerts are in the scan?

Explore the XSS alerts that ZAP has identified, are you able to make an alert appear on the "Make a wish" website?

Last updated

Was this helpful?