SecLists/Fuzzing/XSS/robot-friendly
2024-02-14 21:06:29 +08:00
..
README.md Made files robot friendly 2024-02-14 21:06:29 +08:00
XSS-BruteLogic.txt Added entry from #964 2024-02-14 06:00:37 +00:00
XSS-Bypass-Strings-BruteLogic.txt removed new lines 2023-12-08 03:50:42 +08:00
XSS-Cheat-Sheet-PortSwigger.txt removed new lines 2023-12-08 03:50:42 +08:00
XSS-EnDe-evation.txt duplicated files 2024-02-14 12:24:12 +00:00
XSS-EnDe-h4k.txt Made files robot friendly 2024-02-14 21:06:29 +08:00
XSS-EnDe-mario.txt Made files robot friendly 2024-02-14 21:06:29 +08:00
XSS-EnDe-xssAttacks.txt Made files robot friendly 2024-02-14 21:06:29 +08:00
XSS-Jhaddix.txt removed new lines 2023-12-08 03:50:42 +08:00
XSS-OFJAAAH.txt removed sneaky new line 2023-12-08 03:55:44 +08:00
XSS-payloadbox.txt duplicated files 2024-02-14 12:24:12 +00:00
XSS-RSNAKE.txt removed new lines 2023-12-08 03:50:42 +08:00
XSS-Somdev.txt removed new lines 2023-12-08 03:50:42 +08:00
XSS-Vectors-Mario.txt removed them weird strings,hopefully wont break anything 2023-12-08 03:43:17 +08:00
xss-without-parentheses-semi-colons-portswigger.txt removed new lines 2023-12-08 03:50:42 +08:00

XSS Robot-Friendly version

This directory contains XSS you can test for. For human friendly versions, go to the 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!

Removed xss

XSS-EnDe-h4k.txt

Removed because there was no way to squash it into one line

_
=
eval
b=1
__
=
location
c=1
_
(
__
.
hash
//
.
substr
(1)
)

XSS-EnDe-xssAttacks.txt

Also removed due to it's multiline nature

<IMG
SRC
=
"
j
a
v
a
s
c
r
i
p
t
:
a
l
e
r
t
(
'
X
S
S
'
)
"
>