Skip to content

Instantly share code, notes, and snippets.

View anowell's full-sized avatar

Anthony Nowell anowell

View GitHub Profile
@anowell
anowell / searcher
Last active August 29, 2015 14:05 — forked from saraid/-
#!/usr/bin/env ruby
WORDS = ['you', 'thou', 'you', 'they', 'this', 'that', 'here', 'there', 'who',
'what', 'where', 'when', 'how', 'not', 'all', 'many', 'some', 'few', 'other',
'one', 'two', 'three', 'four', 'five', 'big', 'long', 'wide', 'thick', 'heavy',
'small', 'short', 'narrow', 'thin', 'woman', 'man', 'man', 'child', 'wife',
'husband', 'mother', 'father', 'animal', 'fish', 'bird', 'dog', 'louse', 'snake',
'worm', 'tree', 'forest', 'stick', 'fruit', 'seed', 'leaf', 'root', 'bark', 'flower',
'grass', 'rope', 'skin', 'meat', 'blood', 'bone', 'fat', 'egg', 'horn', 'tail',
'feather', 'hair', 'head', 'ear', 'eye', 'nose', 'mouth', 'tooth', 'tongue',
#!/bin/bash
#sets the victims desktop to beiber.
/usr/bin/curl https://gist.githubusercontent.com/jgagner/9393470/raw/6ea21b41c27f22cd9fd50d7659ab314b8bfd8403/belieber.jpg > /tmp/belieber.jpg.base64
/usr/bin/base64 -D --input /tmp/belieber.jpg.base64 -o ~/belieber.jpg
/usr/bin/osascript -e "tell application \"System Events\" to set picture of every desktop to \"~/belieber.jpg\""
#remind our victim they are beliebers