mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-11 11:48:10 +00:00
Made files robot friendly
This commit is contained in:
@@ -10,4 +10,66 @@ Some XSS trigger condition may require you to interact with the web pages to tri
|
||||
|
||||
To see the results, look out for message popups or network activity in the devtools of your browser.
|
||||
|
||||
Happy hacking!
|
||||
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
|
||||
'
|
||||
)
|
||||
"
|
||||
>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user