Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 09-09-2013, 04:21 AM   #1
brianinmaine
Evangelist
brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.
 
brianinmaine's Avatar
 
Posts: 457
Karma: 1287375
Join Date: Jan 2013
Location: West Gardiner, Maine
Device: Touch (5.3.7)
Aircrack-ng

DISCLAIMER: Not working yet - can't get wlan0 into monitor mode (mode not supported)

So I ripped this out of Debian and Ubuntu for armel and included the 'iw' package and the 'wireless-tools' stuff and dumped it all into one bin and one lib directory. Just seems like a fun thing to play with.. don't know how far I can get, maybe a little help from others would be great?!

The package should be unzipped to /mnt/us/extensions. If you get it working, please let me know!

EDIT: So my Kindle uses the ar6003 chip which probably does not have the ability to do this. Still might be fun to play with.

EDIT 2: included nmap just for fun also.
Attached Files
File Type: zip aircrack-ng.zip (2.07 MB, 169 views)
File Type: zip nmap.zip (2.70 MB, 202 views)

Last edited by brianinmaine; 09-09-2013 at 05:50 AM.
brianinmaine is offline   Reply With Quote
Old 09-09-2013, 06:04 AM   #2
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
It's the ar6003, yes - and it's coming with fully proprietary drivers. Not likely to work this way, unfortunately. It would make a nice handheld wifi monitor. It can do basic monitoring of available networks, though. But since the driver is proprietary, I doubt there will be a standard API for userland programs to connect to.

Nmap however should work great.
hawhill is offline   Reply With Quote
Advert
Old 09-09-2013, 06:59 AM   #3
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by brianinmaine View Post

EDIT: So my Kindle uses the ar6003 chip which probably does not have the ability to do this. Still might be fun to play with.
Close.

It is the Amazon/lab126 kernel build that does not have the supporting functions required by Aircrack enabled in the Wifi drivers.

In fact, those are disabled and/or missing in the mainstream Linux kernel as a matter of policy.

Pull an appropriate version of the Aircrack NG kernel, cross-breed the Wifi driver changes with the Amazon/lab126 kernel sources, re-build, ....
etc.
Then it will work.

See: http://www.aircrack-ng.org/doku.php?...ipset_comments
And the pages linked there-from.

Packet injection is supported for this chip since kernel version 2.6.26

Last edited by knc1; 09-09-2013 at 08:59 AM.
knc1 is offline   Reply With Quote
Old 09-09-2013, 04:16 PM   #4
brianinmaine
Evangelist
brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.
 
brianinmaine's Avatar
 
Posts: 457
Karma: 1287375
Join Date: Jan 2013
Location: West Gardiner, Maine
Device: Touch (5.3.7)
Quote:
Originally Posted by knc1 View Post
Close.

It is the Amazon/lab126 kernel build that does not have the supporting functions required by Aircrack enabled in the Wifi drivers.

In fact, those are disabled and/or missing in the mainstream Linux kernel as a matter of policy.

Pull an appropriate version of the Aircrack NG kernel, cross-breed the Wifi driver changes with the Amazon/lab126 kernel sources, re-build, ....
etc.
Then it will work.

See: http://www.aircrack-ng.org/doku.php?...ipset_comments
And the pages linked there-from.

Packet injection is supported for this chip since kernel version 2.6.26
Well that sounds like quite a round-a-bout way of working on it? I don't understand the 'aircrack-ng kernel'? where would I get that? I've seen you make other kernel modules, I assume you have to somehow diff and patch the two sources? just trying to build one module, right? this seems quite over my head! I am running a self-compiled kernel on my laptop right now - thats not the issue. a number of years ago i even built some special modules for my linmodem. i need a bit more hand holding if i attempt this!

http://www.aircrack-ng.org/doku.php?id=compat-wireless ??

Last edited by brianinmaine; 09-09-2013 at 04:19 PM.
brianinmaine is offline   Reply With Quote
Old 09-09-2013, 05:38 PM   #5
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Aircrack-NG kernel modification

This page -
http://www.aircrack-ng.org/doku.php?id=main#development

Scroll down to "Download" -
Click the "Linux" link for the tar-ball:
http://download.aircrack-ng.org/airc...2-beta1.tar.gz

I thought they distributed their own version of the kernel source,
but they are only distributing the differences (as patches) to the
mainstream kernel.

You may (or may not) get lucky when you try to apply them to the Amazon modified kernel source.

Help page:
http://www.aircrack-ng.org/doku.php?id=patching

I am not trying to be difficult - I am simply swamped over here - no time for the things I already have to do.
knc1 is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
iLiad Aircrack-ng for iLiad joblack iRex Developer's Corner 3 11-25-2007 12:52 AM


All times are GMT -4. The time now is 08:12 AM.


MobileRead.com is a privately owned, operated and funded community.