Skip to content

Instantly share code, notes, and snippets.

@gabemarshall
Last active September 9, 2021 02:17
Show Gist options
  • Save gabemarshall/c0c21a941e63590ae6e34c789be7ed64 to your computer and use it in GitHub Desktop.
Save gabemarshall/c0c21a941e63590ae6e34c789be7ed64 to your computer and use it in GitHub Desktop.
fuzz
"
%22
%2522
\u0022
%c0%a2
%E0%80%A2
%F0%80%80%A2
'
%27
%2527
\u0027
%c0%a7
%E0%80%A7
%F0%80%80%A7
.
%2e
%252e
\u002e
%c0%ae
\
%5c
%255c
\u005c
%c5%9c
<
%3c
%253c
\u003c
%c0%bc
%E0%80%BC
%F0%80%80%BC
>
%3e
%253e
\u003e
%c0%be
%E0%80%BE
%F0%80%80%BE
/
%2f
%252f
\u0025
%c0%af
(
%c0%a8
%28
%2528
\u0028
)
%29
%2529
\u0029
%c0%a9
-
%2d
%252d
\u002d
%c0%ad
%E5%98%8A%E5%98%8D
%E3%80%82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment