mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 09:49:26 -04:00
Added XSS readme
This commit is contained in:
parent
1e3e7a6ce2
commit
5f470c5568
1 changed files with 8 additions and 0 deletions
8
Fuzzing/XSS/README.md
Normal file
8
Fuzzing/XSS/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# XSS
|
||||
This is a directory for XSS wordlists.
|
||||
|
||||
They are for testing xss vulnerabilities manually or automatically using tools. The XSS wordlists are further split into two more categories, `human-friendly` and `robot-friendly`.
|
||||
|
||||
The `human-friendly` category is for manual testings and as such, have comments left untouched.
|
||||
|
||||
The `robot-friendly` is for automated tools like ZAP or burpsuite to use. Minor changes may be required and as such, you should look out for the `README.md` file in each of the directories to know what to change.
|
Loading…
Add table
Reference in a new issue