Skip to content

Instantly share code, notes, and snippets.

$wordlist = "2on1|3rdeye|3rdleg|3some|420|4twenty|60nine|666|analannie|analsex|anus|ass|assbagger|assblaster|assclown|asscowboy|assfuck|assfucker|asshole|assholes|asshore|assjockey|asskiss|asskisser|assklown|asslick|asslicker|asslover|assman|assmonkey|assmunch|assmuncher|asspacker|asspirate|asspuppies|assranger|asswhore|asswipe|athletesfoot|axingtheweasel|backdoor|backdoorman|backseat|badass|badfuck|balllicker|balls|ballsack|banging|barelylegal|barf|barface|barfface|bastard|bazongas|bazooms|beastality|beastiality|beat-off|beatoff|beatyourmeat|bhard|bi-sexual|biatch|bigass|bigbastard|bigbitch|bigbutt|bisexual|bitch|bitches|bitchin|bitchy|biteme|blackout|blowjob|bm|boner|bong|boobies|boobs|boody|breast|breastjob|breastlover|breastman|budweiser|bullcrap|bulldike|bulldyke|bullshit|bumblefuck|bumfuck|bunghole|butchbabes|butchdike|butchdyke|butt-bang|butt-fuck|butt-fucker|butt-fuckers|buttbang|buttface|buttfuck|buttfucker|buttfuckers|butthead|buttman|buttpirate|buttplug|buttstain|cameltoe|carpetmuncher|carruth|cher
#!/bin/sh
#==========================================================================
# RETRIX HOSTING - INTERNAL USE ONLY
#==========================================================================
#
if [ -z $1 ]; then
cat << __EOT
Usage: $DB_NAME <backup path> <database name> <db user> <db password>
@pgib
pgib / sneak.pl
Created October 30, 2009 23:55
Proof-of-concept to hide an exploit used to upload and execute a malicious script.
#!/usr/bin/perl
$pid = fork();
if ($pid)
{
print("Deleting $0 to be sneaky...");
unlink($0);
exit(0);
}
show_deferred_message() { postcat `find /var/spool/postfix -name $1 | grep deferred` | less; }
delete_messages() { for i in `postqueue -p|grep $1 | awk '{print $1}'`; do postsuper -d $i; done; }
# add this to your ~/.bash_profile
alias delete_tweetie_cache="~/Library/Caches/com.atebits.tweetie.profile-images"
# add this to your ~/.bash_profile
# example: tweetie_filter "#somehashtag"
tweetie_filter()
{
defaults write com.atebits.tweetie-mac filterTerms -array-add "$1"
}
var mailtos = $$("a.mailto");
for (var i = 0; i < mailtos.length; i++)
{
var email = mailtos[i].getAttribute("email") + "@" + mailtos[i].getAttribute("at");
mailtos[i].href = "mailto:" + email;
mailtos[i].removeChild(mailtos[i].firstChild);
mailtos[i].appendText(email);
}
#!/bin/sh
# If you're running Tweetie
osascript -e 'tell application "Tweetie"' -e "quit" -e "end tell"
defaults write com.atebits.tweetie-mac filterTerms -array-add "#thebachelor"
osascript -e 'tell application "Tweetie"' -e "open" -e "end tell"
# If you're running Twitterrific
osascript -e 'tell application "Twitterrific"' -e "quit" -e "end tell"
defaults write com.iconfactory.Twitterrific tweetTextFilter -string "#thebachelor"