Skip to content

Instantly share code, notes, and snippets.

import os
import optparse
import sys
import mechanize
import cookielib
banner = """
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,::::,,,:,,,,:,,::,:::,,:,,,::::::::
,,,,,,,,,,,,,,,,,,,,,,,,,,,,=~:,,,,,,:=~,,,,:=:,,,,,,,,,,,::::,,::,,,,,::::::,,,
,,,,,,,,,,,,,,,,,,,,,,:,,,,:$+:,,,,,,=7=,,:,=$~,,,,,,,,,,,,,,,,,,,::,,,,,,,,,,,,
@mox5500
mox5500 / auto_liker
Created November 28, 2015 07:02 — forked from rayjcwu/auto_liker
a python script to press like on all statuses posted by target user
"""
a graph API script to press like on all statuses posted by target user
"""
import requests # Use 3rd party request module for http request.
import json
import time
"""
search for your target user name in desktop version facebook.
when you press enter, you could see URL like https://www.facebook.com/profile.php?id=##############&fref=ts for a while
@mox5500
mox5500 / pureftpd shellshock.txt
Created October 24, 2015 00:43 — forked from jedisct1/pureftpd shellshock.txt
Pure-FTPd + external authentication handler #shellshock POC
$ cat > /tmp/handler.sh
#! /bin/bash
echo auth_ok:1
echo uid:42
echo gid:21
echo dir:/tmp
echo end
^D
$ chmod +x /tmp/handler.sh