Code

combina

So, combina is a program built to generate word lists and rainbow tables very efficiently and exactly for your purpose. This program works on all Debian machines we have encountered (Ubuntu 10.04, Ubuntu 12.04, Ubuntu 12.10 all in 32bit and 64 bit) . If anyone knows of something else, please contact us. In any case, here is a little script to install it for you including the dependencies....

read more

Compact Wireless Drivers Installation

A script by Bar Hofesh to install the compact-wireless drivers on your machine according to your kernel version. Many thanks to Tom Lime for posting his improvement of the script! #!/bin/bash # Coded by Bar Hofesh # Improved by Tom Lime # Checking kernel version chance=$(uname -r | cut -d. -f1-2) bdir=/tmp/compat_wireless case "$chance" in "3.1")...

read more

Protected: Cheat Sheet – 13/11/2012

Protected: Cheat Sheet – 13/11/2012

Welcome to the Cheat Sheet for the Hack n’ Beer night at the Saloona Bar. And a script by Bar Hofesh to install compact-wireless driver according to your kernel version. Here are some basic commands ready for you         Airebase airmon-ng start wlan0 airbase-ng -e $ESSID -P -C 30 -v mon0 echo "1" > /proc/sys/net/ipv4/ip_forward ettercap -Tq -p -i mon0...

read more

Simple Port Fuzzer

A script written by Bar Hofesh to help you fuzz those services #!/usr/bin/python # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # .__.................__......................_._......... # / _\.___..___....../ _\.___..___._..._._.__(_) |_._..._....

read more

Random IP Addresses Generator

For all those times you wanted to conduct a port scanning but that annoying firewall blocked you. Use this script to give nmap a good decoy sourse list. You can get it using    ‘wget hackingdefined.org/tools/rand_ip_gen.tar.gz’ #!/usr/bin/python # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #...

read more

Automatic Network Reconnaissance Tool

Automatic Network Reconnaissance Tool

This script was build with Bar Hofesh and it’s purpose it to be a first test you apply while conducting an infrastructure pentest. Any ideas or comments – fell free to contact us and propose. sadfasfdasdf asfdasdfsadfsdf #!/bin/bash # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #...

read more