Simple WEP Cracking
Run the following in the first terminal window to create an interface in monitor mode called mon0 of interface wlan0
The second command shows WEP encrypted networks nearby
The third command starts capturing traffic from your target
Now open a second terminal and run the following
The first line associates you with the mac (see terminal window 1)
The second line looks for an IV that you can replay.
The third line creates a packet that you replay in the fourth line
Watch those packets fly up in reminal window 1!!!!
Open a new terminal window and run the following to start cracking
Remember to clean up your crap once you have finished
And to simplify this i've made a bash script, see the apps page.
Wireless setup from command line
Make sure wireless-tools is installed and then edit /etc/network/interfacese
And to improve your wireless performance if you're getting dropped packets use
Mount ISO
This allows you to mount an iso file in a linux directory
SSH Tunnels
This will allow your VNC session to run over the ssh session, just vnc to yourself
This will set up a SSH SOCKS5 proxy on port 8080 (don't forget to set your borwser proxy to socks5 8080)
Sync to directories
This will verbosely sync the 2 directories
Archives
This zips the directory and names it xyz.zip in /home/user/
This unzips the archive
This tars the directory and names it xyz.tar in /home/user/
This untars the archive
This tar.gzs the directory and names it xyz.tar.gz in /home/user/
This untars the archive
Mount SSH filesystem
This allows mounting of a remote file system over ssh. Ensure that the sshfs package is installed.
Port process
This command indentifies which process is running on which port. Displays pid and name.