Skip to content

Instantly share code, notes, and snippets.

@iGh0st
iGh0st / OverFli.pl
Created June 18, 2014 16:26
To inject a shell in a JPEG image
#################################################
#It is a fairly simple tool #
# To inject a shell in a JPEG image #
# And that it continues and may be displayed #
# Correctly, this way no one suspects. #
# All it does is put the shell inside #
# Metadata of the photo. #
# -Taken from pastbin #
#################################################
@iGh0st
iGh0st / Dump0.pl
Created June 18, 2014 16:28
Dumb0: Simple Script to harvest usernames in populars forums and CMS
###################### dumb0 #######################
# Coded by The X-C3LL (J.M. Fernández) #
# Email: overloadblog////hotmail////es #
# Blog: 0verl0ad.blogspot.com #
# Twitter: https://twitter.com/TheXC3LL #
###################### v0.1.2 ####################
#Dumb0: Simple Script to harvest usernames in populars forums and CMS
#https://github.com/0verl0ad/Dumb0/
# Copyright (C) 2014 Juan Manuel Fernández
@iGh0st
iGh0st / d4rk-r34v3r.sh
Created June 18, 2014 16:37
Reaver automation script
#! /bin/bash
#WpaBust is a reaver automation script for kali-linux
#Authors: D4rk50ld13r & gh0std0g
echo ""
echo ""
echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
echo "% D4rk-R34v3r BY: D4rk-50ld13r AND gh0std0g %"
echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
echo ""
echo ""
@iGh0st
iGh0st / ssl_puck3r.sh
Created June 18, 2014 16:38
ssl_puck3r v2.0
#!/bin/bash
# ssl_puck3r v2.0
# Revised 04/24/14
# Created By: n1tr0g3n & R4v3N
# Special thanks to TAPE and Acexor for helping test out the script during the coding stages!
# http://www.top-hat-sec.com // http://www.n1tr0g3n.com // http://www.red-team-labs.com // http://www.teamctfu.com/
clear
# TAPES COLORZ (thanks TAPE!)
@iGh0st
iGh0st / readysethack.sh
Created June 18, 2014 18:18
THIS SCRIPT WILL PUT THE INTERFACE THAT YOU CHOOSE INTO MONITOR MODE
#!/bin/sh
# -*- coding: utf-8 -*-
#
# readysethack.py
#
# Copyright 2013 written by: TH3CR4CK3R TOP-HAT-SEC.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 2 of the License, or
@iGh0st
iGh0st / Dragon_Tables.sh
Created June 18, 2014 18:19
Dragon_Tables.sh Rainbow Table Creator
#!/bin/bash
echo "+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+"
echo "+- @@@@@@@ @@@@@@@ @@@@@@ @@@@@@@ @@@@@@ @@@ @@@-+"
echo "+- @@! @@@ @@! @@@ @@! @@@ !@@ @@! @@@ @@!@!@@@-+"
echo "+- @!@ !@! @!@!!@! @!@!@!@! !@! @!@!@ @!@ !@! @!@@!!@!-+"
echo "+- !!: !!! !!: :!! !!: !!! :!! !!: !!: !!! !!: !!!-+"
echo "+- :: : : : : : : : : :: :: : : :. : :: : -+"
echo "+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+"
echo "+- @@@@@@@ @@@@@@ @@@@@@@ @@@ @@@@@@@@ @@@@@@ -+"
echo "+- @@! @@! @@@ @@! @@@ @@! @@! !@@ -+"
@iGh0st
iGh0st / scanshell.sh
Created June 18, 2014 18:25
Sanncer Shellz and dir
<?
/*
* Coded By : xSecurity
* Homepage : Sec4ever.Com
* Blog : drkroooz.wordpress.com
* Mail : b0x@hotmail.com
* Greets 2 : b0x - Lov3rDNS - FoX HaCkEr - DeeF - NoQRQR - R.B.G - N.K - DamaneDz - Asmar
*/
set_time_limit(0);
$target = $_POST["target"];
@iGh0st
iGh0st / Exploit-DB.txt
Created June 18, 2014 18:36
Exploit-DB
/* {
* Exploit-DB Searcher :)
* Coded By xSecurity
* Homepage : sec4ever.com - is-sec.com
* email : b0x@hotmail.com
* Skype : b0x-sa
* Special Thanks To : Mr.Dm4r
* Greets 2 : Lov3rDNS - b0x - RAB3OUN - FoX HaCkEr - No-QRQR - DeeF - abolalh - DameneDz - r0kin - All Members :)
* }
*/
@iGh0st
iGh0st / AutoSQLInjectionPHP.sh
Created June 18, 2014 18:38
Auto SQL Injection PHP
<?
@set_time_limit(0)
@error_reporting(0)
if(count($argv)<=2)
{
print("
__ _ _
__ __/ _\ ___ ___ _ _ _ __(_) |_ _ _
\ \/ /\ \ / _ \/ __| | | | '__| | __| | | |
> < _\ \ __/ (__| |_| | | | | |_| |_| |
#! /usr/bin/perl
##### autosploit.pl written by JimmyC
##### Uses your path to run NMap and
##### Metasploit (msfcli) for automatic
##### exploitation of hosts
##### licensed under the GPL license
##### LICENSE
##### This program is free software: you can redistribute it and/or modify