Skip to content

Instantly share code, notes, and snippets.

View sh1nu11bi's full-sized avatar

sh1nu11bi

View GitHub Profile
@sh1nu11bi
sh1nu11bi / gist:9d59e975938d3304839f
Created October 6, 2014 14:46
Auto SQL Injection
<?
@set_time_limit(0)
@error_reporting(0)
if(count($argv)<=2)
{
print("
__ _ _
__ __/ _\ ___ ___ _ _ _ __(_) |_ _ _
@sh1nu11bi
sh1nu11bi / gist:7adf4fba4d8093105de9
Created October 6, 2014 14:45
SSL / SSH Private Key Passphase Cracker v1.0
#!/bin/bash
################################################################################
# ____ _ __ #
# ___ __ __/ / /__ ___ ______ ______(_) /___ __ #
# / _ \/ // / / (_-</ -_) __/ // / __/ / __/ // / #
# /_//_/\_,_/_/_/___/\__/\__/\_,_/_/ /_/\__/\_, / #
# /___/ team #
# #
# ssl-crack.sh - wordlist-based encrypted SSL and SSH Private Key Passphase #
# Cracker #
import urllib2
import lxml.html as html
import re
import socket
def replaceme(source):
xpathsource = html.fromstring(source)
for styleinfo in xpathsource.xpath('//style/text()'):