Skip to content

Instantly share code, notes, and snippets.

<?php
/*
Script for XenForo 1.X
Tested with: 1.1.X
Created by: #SG# Sharkiller
Forked by: JWhy
Verison: 0.2.1
*/
###############
@md-5
md-5 / FlagBot.rb
Created August 26, 2012 05:40 — forked from danopia/FlagBot.rb
IRC bot to run a Stripe CTF2 level8 cracking command automatically. Integrates with XChat.
#!/usr/bin/env ruby
$server = 'irc.stripe.com'
$channel = '#level8'
$nick = 'FlagBot'
$chanfile = '~/.xchat2/xchatlogs/NETWORK-\#level8.log'
$sshpath = 'user-hawkwarded@level02-4.stripe-ctf.com'
$command = 'ruby bot.rb'
$store = './flags.rb'
@md-5
md-5 / gist:3115299
Created July 15, 2012 06:08 — forked from ajvpot/gist:3115176
Minecraft Migrated Account Session Vulnerability
                  ████▓               
               ▓█▓▓▓▓▓██▒              
             ▒██▒▒▒▒▒▒▒▓█▓             
            ▓█▓▒▒▒▒▒▒▒▒▒▒██            
           ██▒▒▒▒▓███▓▒▒▒▒▓█▒          
         ▒█▓▒▓▓▓██▓░▓█▓▓▓▓▓▓█▓         
        ▓█▓▓▓▓▓██▓   ▒██▓▓▓▓▓██▒       
      ▒██▓▓▓▓███       ███▓▓▓▓██▓      
     ▓██▓█████▒         ▒█████████     

▒█████████ ▒▓▓▓▓▓▓▓▓▒▓█████████▒

// $Id$
/*
* Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,