maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers (https://talk.maemo.org/showthread.php?t=68002)

dashti 2011-01-08 13:56

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
i have to write the cmd in avrytime i won't to start


http://img440.imageshack.us/img440/6...1010815060.png
http://img638.imageshack.us/img638/8...1010815091.png
http://img824.imageshack.us/img824/5...1010815115.png
http://img375.imageshack.us/img375/5...1010815204.png
http://img600.imageshack.us/img600/4...1010815223.png

dashti 2011-01-08 14:39

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
.............

kulas 2011-01-08 15:27

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
what step i will skip if i didnt install any power kernel? im just using stock kernel.. :)

stlpaul 2011-01-08 17:52

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
Quote:

Originally Posted by kulas (Post 914968)
what step i will skip if i didnt install any power kernel? im just using stock kernel.. :)

You cannot use this driver with the stock kernel.

Mentalist Traceur 2011-01-08 18:05

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
Quote:

Originally Posted by stlpaul (Post 915056)
You cannot use this driver with the stock kernel.

Well, unless you're an epic level hacker and compile the requisite modules... But then you might as well be running a modified power kernel, and you don't really need this question answered for you if you're that good.

kulas 2011-01-08 23:16

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
Quote:

Originally Posted by stlpaul (Post 915056)
You cannot use this driver with the stock kernel.

ok. too bad.. :(

porselinaheart 2011-01-09 05:44

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
Success!!! much thanks to OP for posting the youtube vid, combined with
instructions at :
http://www.aircrack-ng.org/doku.php?id=simple_wep_crack

managed to successfully capture the wep key, :D

the value of my n900 just shot up, heh.

hesham 2011-01-09 07:33

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
when i type this
airmon-ng start wlan0

i got this errore
Interface Chipset Driver

wlan0 Unknown w112xx - [phy0]

ERROR: Neither the sysfs interface links nor the iw command is available.
Please download and install iw from http://dl.aircrack-ng.org/iw.tar.bz2

porselinaheart 2011-01-09 12:16

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
Quote:

Originally Posted by hesham (Post 915525)
when i type this
airmon-ng start wlan0

i got this errore
Interface Chipset Driver

wlan0 Unknown w112xx - [phy0]

ERROR: Neither the sysfs interface links nor the iw command is available.
Please download and install iw from http://dl.aircrack-ng.org/iw.tar.bz2

you can't use that command to enter monitor mode. instead use:

Code:

ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up

that should do the trick, then you can proceed.

Tigerite 2011-01-09 21:54

Re: [TUTORIAL] How to use aircrack-ng with the bleeding-edge wifi drivers
 
Quote:

Originally Posted by Mentalist Traceur (Post 914724)
Anyway, yeah, with the in-repo aircrack-ng, I had to bring wlan0 down, set it into monitor mode, bring it back up. I just ran airmon-ng on wlan0 with iw installed (just use "apt-get install iw" - it's definitely in devel, not sure if it's in the lower ones), and it did everything for me, and not only that, but it also spawned the mon0 interface - no need to take wlan0 down, monitor mode it, then bring it up again.

It's pretty cool. wlan0 is still in managed mode, so I think you can both connect normally and inject. IDK, I'm a newb to this too. I suspect you can also drop wlan0 into monitor mode, and thus do fancy things. *Shrug*

Yes, airmon-ng is pretty handy. It does have bugs though - it attempts to set the channel of the mon0 interface (if you pass one in, and bizarrely uses the legacy iwconfig to do so, despite knowing iw is present on the system) prior to issuing an ifconfig mon0 up, which of course fails; it doesn't retain the MAC address of wlan0 if you've faked it beforehand; and finally it doesn't issue a final ifconfig mon0 down, so you have to do so manually before faking the MAC yourself.

These are all easily fixable, mind you..


All times are GMT. The time now is 01:05.

vBulletin® Version 3.8.8