|
2011-05-01
, 17:23
|
Posts: 136 |
Thanked: 115 times |
Joined on Jul 2010
@ Greece
|
#382
|
The Following User Says Thank You to evan For This Useful Post: | ||
|
2011-05-04
, 08:39
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#383
|
|
2011-05-06
, 20:29
|
Posts: 130 |
Thanked: 9 times |
Joined on Jul 2010
|
#384
|
|
2011-05-13
, 18:43
|
Posts: 42 |
Thanked: 52 times |
Joined on Mar 2010
@ planet earth i guess
|
#385
|
|
2011-05-14
, 13:58
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#386
|
|
2011-05-14
, 14:30
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#387
|
ihi all im having some problems with the drivers, while i try to load the injection drivers using load.sh or faircrack v 0.3 i get errors while trying to load
http://imageshack.us/photo/my-images...enshot03k.png/
and i dont know what to do
worked great at first, then i uninstalled neopwn and the injection drivers wont work anymore, i even reinstalled faircrack and the drivers
all help is good
thanks in advance
#!/bin/sh # Save mac address MACADDR="`ifconfig wlan0 | sed -n 's/.*HWaddr \([0-9A-Fa-f:]\+\).*/\1/p'`" # Unload wifi modules rmmod wl1251_spi 2>/dev/null rmmod wl1251 2>/dev/null rmmod wl12xx 2>/dev/null rmmod mac80211 2>/dev/null rmmod cfg80211 2>/dev/null rmmod rfkill_backport 2>/dev/null rmmod compat_firmware_class 2>/dev/null rmmod compat 2>/dev/null # Load bleeding-edge wl1251 insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/compat.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/rfkill_backport.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/cfg80211.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/mac80211.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/wl1251.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/wl1251_spi.ko # Restore mac address ifconfig wlan0 down hw ether "$MACADDR"
|
2011-05-14
, 14:40
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#388
|
|
2011-05-15
, 22:33
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#389
|
No I don't think so... As Pali clearly said that kernel power v47 does not support bleeding edge driver. It may load the necessary modules successfully but it that doesn't mean it would also allow monitor mode which is the main requirement for pentesting.
|
2011-05-15
, 23:10
|
Posts: 30 |
Thanked: 7 times |
Joined on Apr 2011
|
#390
|
(fed up of having to downgrade and upgrade every day to install /update)
All from ssh as root
- I extract
- Write out the new deb
Sorry for the big post, but after a few hours mucking about im at a loss (first time doing this, im sure youre shocked to hear)
any help would be appreciated
EDIT: incase anyone else is trying this it can be written out again with pypackager aparently, not got round to doing it myself though cos of other issues
@ my forum username if you need to tweet me
Last edited by mrexcess; 2011-04-19 at 13:15. Reason: many edits since i worked something out just as i posted