RE: Cracking WEP no clients ( The easy way ) 05-27-2011, 08:48 PM
#31
(05-27-2011, 07:55 PM)Coded32 Wrote: Does It run in Linux ?
I mean is there any .sh Version available for Linux.
Here.
![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
grimstall.sh
![[Image: Tech_hacker_signature_by_Hybrid_Tech.gif]](http://fc01.deviantart.net/fs70/f/2010/099/8/2/Tech_hacker_signature_by_Hybrid_Tech.gif)
Cracking WEP no clients ( The easy way ) filter_list | |
(05-27-2011, 07:55 PM)Coded32 Wrote: Does It run in Linux ?
I mean is there any .sh Version available for Linux.
(05-27-2011, 08:48 PM)CryptoStatic Wrote:(05-27-2011, 07:55 PM)Coded32 Wrote: Does It run in Linux ?
I mean is there any .sh Version available for Linux.
Here.
grimstall.sh
(04-18-2011, 04:51 AM)Hodginsa Wrote: You're getting the -1 error, which means you need to patch your wifi driver. I spent many hours figuring this out.Thanks for the help!
Are you using aircrack-ng 1.1? or 1.0?
If you are using 1.1, you're going to have to downgrade to 1.0, then patch your wifi. Theres already a script for patching the -1 problem. Let me find it.
Code:wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-10-16.tar.bz2
tar -jxf compat-wireless-2010-10-16.tar.bz2
cd compat-wireless-2010-10-16
wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch
patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch
patch ./net/wireless/chan.c channel-negative-one-maxim.patch
gedit scripts/update-initramfs
#*** FIND LINE 13: KLIB=/lib/modules/2.6.31-wl/build
#*** REPLACE WITH: KLIB=/lib/modules/$(uname -r)/build
make
sudo make install
sudo make unload
sudo modprobe <driver name>
Your driver says, unknown, you're going to have to find the chipset, and where it says <driver-name> put in the name of your chipset, it could be anything ath9k, ath5k, b43... etc.