It is easy to install! There is no OS dependency. All you need is PERL. Thats one good thing that I like about this tool!
Some features:
Cracks all access points within the range in one go!!
Supports:
- Mac address filtering bypass (via mac spoofing)
- Auto reveal hidden SSID
- Client-less Access Point injection
- Shared Key Authentication
- WEP Decloacking (future version)
- whitelist (crack only APs included in the list)
- blacklist (do not crack AP if it’s included in the list)
Sample:
perl wepbuster
One small tool required for spoofing is a macchanger. You can get it here:
http://www.alobbs.com/macchanger
Setting to be changed in aircrack-ng
Modifications recommended in aircrack-ng are as follows:
The following modifications to the source and header file of the two
aircrack-ng utilities (aircrack-ng, airodump-ng), are not required but will
make the decryption of WEP key more accurate (in terms of number of IVs
needed in order to obtain the key.
1.) Instead of 5000, change PTW_TRY_STEP to 100 to make cracking more
accurate (in terms of number of IVs needed to crack the key)
Look for this line below in “aircrack-ng.h”
PTW_TRY_STEP #5000
2.) The script relies heavily on reading and parsing the .csv file output of
airodump-ng. As such, instead of airodump-ng waiting for 20 seconds before
writing the .csv text output, it is recommended that you make it 2 seconds.
If not changing this line below, you should set $airodumpwait to at least
more than 20 to avoid getting errors. A value of 23 should be safe.
Look for this line below in “airodump-ng.c”
if( time( NULL ) - tt1 >= 20)
Download wepbuster here
原创文章如转载,请注明:转载自心动吧黑客BLOG [ http://www.abcxd.com/abcxd/ ]
本文链接地址:http://www.abcxd.com/abcxd/abcxdArticle/wuxian/WEPBuster-automate.html
