This will automatically scan for your wifi card, then scan for wireless networks around you, and attack the ones it thinks it can crack. Usage & Commands Code: Select All ./autocrack.sh Description: Without any arguments it will scan for your wireless card, then scan wireless networks, then attack all WEP networks in range. Code: Select All ./autocrack.sh auto Description: With "auto" as the only argument it will repeat it self, intermittently checking its current target's single strength. if out of range it will moved on to the next one in the list. Code: Select All ./autocrack voice Description: With "voice" as the only argument it will start and use the TTS program Festival. It wil vocalize key outputs so without looking at the screen you can get a basic idea of what is going on. Code: Select All ./autocrack.sh auto voice Description: with "auto" and "voice" as the only two arguments, it will combine both "auto" and "voice" features listed above. Code: Select All ./autocrack.sh locate Description: With "locate" as the only argument it will search though the folders in it's current folder looking for files that contain a list of MAC address, then it will connect to SkyHook's database and approximate the network's location. Completely optional, and requires an active internet connection. Code: Select All ./autocrack.sh eth0 Description: With the name of your wireless card as the only argument it will use that card instead of scanning for a card. Code: Select All ./autocrack.sh eth0 auto Description: With the name of your wireless card and auto as the only two arguments it will use that card instead of scanning for a card, and keep repeating it's self. Code: Select All ./autocrack.sh cleanup Description: With "cleanup" as the only argument it will clean up the temp files it uses in the current directory. Code: Select All ./autocrack.sh cleanupmon Description: With "cleanupmon" as the only argument it will clean up the temp files it uses in the current directory, and remove the temporary wifi cards used by airmon-ng. Code: Select All ./autocrack.sh listhacked with "listhacked" as the only argument it will compile a list of wireless networks it has hacked so far by going though the folders in the current directory. There are some other arguments that you can invoke but those are experimental. startaircrack Usage: Code: Select All ./startaircrack.sh Description: Without any arguments it will automatically detect your wifi card, scan the wireless networks around, and list all WEP networks for the user to choose. Code: Select All ./startaircrack.sh NETGEAR Description: With the name of the target wireless network as the only argument it will automatically detect your wifi card, then scan for that SSID, gather the mac and channel from airodump-ng then launch an attack against that network. Code: Select All ./startaircrack.sh 00:00:00:00:00 1 NETGEAR Description: With the MAC, channel and SSID as the only 3 arguments, it will automatically detect your wifi card, then launch an attack against that network. Code: Select All ./startaircrack.sh 00:00:00:00:00 1 NETGEAR mon0 Description: With the MAC, channel, SSID and wireless card as the only 4 arguments, it will not automatically detect your wifi card, using the one specified instead, then launch an attack against that network. Most commonly invoked by autocrack.sh. Download: http://code.google.com/p/autocrack/downloads/list