Skip to content

Instantly share code, notes, and snippets.

View borski's full-sized avatar
🥷
come at me.

Michael Borohovski borski

🥷
come at me.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am borski on github.
  • I am borski (https://keybase.io/borski) on keybase.
  • I have a public key whose fingerprint is 7B2E 97FF 3302 3182 13DD 18D3 53AC 5F50 984E D2BD

To claim this, I am signing this object:

@borski
borski / gist:7459902
Created November 14, 2013 01:46
Email obfuscation
"ainsley@tinfoilsecurity.com"
=>
"ainsley@tinfoilsecurity.com"
@borski
borski / gist:5265313
Last active December 15, 2015 13:09
Chrome Browser Extension XSS example
<a class="_company_extension" a="" href="#" #tinfoil"="" "javascript:var e = document.createEvent(&quot;CustomEvent&quot;); e.initCustomEvent(&quot;extensionEvent&quot;, true, true, {type: &quot;hash&quot;, value: &quot;#tinfoil&quot;}); document.body.dispatchEvent(e); return false;">
#tinfoil
</a><script>alert(‘XSS’)</script>