mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-05-06 02:47:39 -04:00
Added readme for xss human version
This commit is contained in:
parent
eaaef638eb
commit
4685299bc0
1 changed files with 11 additions and 0 deletions
11
Fuzzing/XSS/human-friendly/README.md
Normal file
11
Fuzzing/XSS/human-friendly/README.md
Normal 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!
|
Loading…
Add table
Reference in a new issue