Added readme for xss human version

This commit is contained in:
Mo Langning 2023-12-08 03:45:03 +08:00
parent eaaef638eb
commit 4685299bc0

View file

@ -0,0 +1,11 @@
# XSS Human-Friendly version
This directory contains XSS you can test for. For usage in tools, go to the [robot-friendly](../robot-friendly) directory.
There are some line you may need to change/take note in order for your testing process to go smoothly. (e.g. third party resources that may get flagged by WAF and the xss itself)
Some XSS trigger condition may require you to interact with the web pages to trigger it. You should read through all the wordlists here and understand what each XSS does, then customizing it to your own needs.
To see the results, look out for message popups or network activity in the devtools of your browser.
Happy hacking!