Posted by Avi Weissman on Nov 12, 2012 in Code | 4 comments
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
Posted by Avi Weissman on Nov 12, 2012 in Code | Enter your password to view comments.
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
Posted by Avi Weissman on Nov 8, 2012 in Code | 0 comments
A script written by Bar Hofesh to help you fuzz those services #!/usr/bin/python # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # .__.................__......................_._......... # / _\.___..___....../ _\.___..___._..._._.__(_) |_._..._....
read more
Posted by Avi Weissman on Nov 8, 2012 in Code | 0 comments
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
Posted by Avi Weissman on Nov 8, 2012 in Code, Main Menu | 0 comments
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