mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-08 14:07:53 +00:00
Added readme for robot friendly version
This commit is contained in:
parent
4685299bc0
commit
408308a354
13
Fuzzing/XSS/robot-friendly/README.md
Normal file
13
Fuzzing/XSS/robot-friendly/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# XSS Robot-Friendly version
|
||||
|
||||
This directory contains XSS you can test for. For human friendly versions, go to the [human-friendly](../human-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.
|
||||
|
||||
`XSS-Vectors-Mario.txt` and `XSS-With-Context-Jhaddix.txt` may not work as well as before because all XSS are squished into one line and may break some xss that relies on new lines.
|
||||
|
||||
To see the results, look out for message popups or network activity in the devtools of your browser.
|
||||
|
||||
Happy hacking!
|
Loading…
x
Reference in New Issue
Block a user