Skip to content

Instantly share code, notes, and snippets.

@iGh0st
iGh0st / shadow.sh
Created June 25, 2014 16:36
k this program does something pretty cool and simple but I haven’t seen this kind of script in the wild yet. Let’s say there are multiple clients on a local subnet; the Gateway identifies these clients by their unique MAC-address; once identified they are assigned an IP-address. Of course this assumes there is a DHCP-Server that hands out IP-add…
#!/bin/bash
echo "°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°"
echo "° Sh@d0w v1.0 - b33f °"
echo "° ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ °"
echo "° -Don't panic, i'm only a shadow- °"
echo "°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°"
echo -n "° Select the Interface to use: "
read -e iface
echo "°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°"
#!/usr/bin/perl
use HTTP::Request;
use LWP::UserAgent;
system('cls');
system('title Admin CP Finder ');
system "color 0a";
print"\n";
print "\t>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n";
#!/usr/bin/python
# Joomla Administrator Login BruteForcer for v1.0 and v1.5
# Feel free to do whatever you want with this code!
# Share the c0de!
# Darkc0de Team
# www.darkc0de.com
# rsauron[at]gmail[dot]com
@iGh0st
iGh0st / wpsnitchwordpress.sh
Last active August 29, 2015 14:02
wpsnitch Wordpress scraper
#!/bin/bash
# Usage = ./wpsnitch -t 192.168.1.1-255 -s mysession
# Thanks TAPE for letting me use your colors, Thanks n1tr0 for testing the script in Kali!
STD=$(echo -e "\e[0;0;0m") #Revert fonts to standard colour/format
RED=$(echo -e "\e[1;31m") #Alter fonts to red bold
REDN=$(echo -e "\e[0;31m") #Alter fonts to red normal
GRN=$(echo -e "\e[1;32m") #Alter fonts to green bold
GRNN=$(echo -e "\e[0;32m") #Alter fonts to green normal
BLU=$(echo -e "\e[1;36m") #Alter fonts to blue bold
#!/bin/bash
# Kali Linux ISO recipe for : Evil Access Point
#########################################################################################
# Desktop : None
# Metapackages : None
# ISO size : 1.36 GB
# Special notes : Boots into an Access Point.
# : ppp0 and wlan0 hardcoded.
# Background : http://www.offensive-security.com/kali-linux/kali-linux-recipes/
#! /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
@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("
__ _ _
__ __/ _\ ___ ___ _ _ _ __(_) |_ _ _
\ \/ /\ \ / _ \/ __| | | | '__| | __| | | |
> < _\ \ __/ (__| |_| | | | | |_| |_| |
@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 / 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 / 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 "+- @@! @@! @@@ @@! @@@ @@! @@! !@@ -+"