The Following 29 Users Say Thank You to For This Useful Post: | ||
arifkhan123, B3Punch3D, ck2nb, Daneel, death_jax, DJJonosound, dos1, hrbani, humble, Hurrian, Iryus, joerg_rw, Jordi, Lucazz990, Mentalist Traceur, Mikkosssss, Mric, mrsellout, myname24, OVK, p0pa, rainisto, ranbaxy, sapochule, SaQ, thedead1440, TMavica, tommo, venomcortx1 |
![]() |
2013-10-20
, 16:44
|
Posts: 69 |
Thanked: 68 times |
Joined on Jul 2012
|
#2
|
The Following 3 Users Say Thank You to B3Punch3D For This Useful Post: | ||
|
2013-10-20
, 18:29
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#3
|
The Following 5 Users Say Thank You to For This Useful Post: | ||
![]() |
2013-10-20
, 18:34
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#4
|
|
2013-10-20
, 18:49
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#5
|
![]() |
2013-10-20
, 21:27
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#6
|
The Following 2 Users Say Thank You to mr_pingu For This Useful Post: | ||
![]() |
2013-10-20
, 22:25
|
Posts: 44 |
Thanked: 9 times |
Joined on Apr 2013
|
#7
|
![]() |
2013-10-21
, 04:17
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#9
|
|
2013-10-21
, 04:38
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#10
|
What happend if you put wlan0 into monitor mode using
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
I assume you won't get that macadress problem.
Note: This worked on N900 before airmon-ng was fixed.(the mon0 couldn't monitor other channels if wlan0 was connected to an AP with that particular channel.
Note2: I don't own a N9, but I thought my experience with the n900 might do this awesome project some justice. Good luck!
PLEASE DO NOT USE THIS KERNEL
Kernel-Plus link:
http://talk.maemo.org/showthread.php?t=86543
Ok, in case anyone wants to join the testing:
Tools needed (all on my openrepo)
wireless-tools (iw)
aircrack-ng
macchanger
so, first we try to start aireplay-ng with
Interface Chipset Driver
wlan0 Unknown wl1271_sdio - [phy0]ifconfig: SIOCSIFFLAGS: Cannot assign requested address
(monitor mode enabled on mon0)
So, we try again aireplay (on the newly created mon0 device)
well, lets see
This is, a problem.
Now, we need to change this. There is (now) a tool which will enable us to do so - macchanger
I tried random MAC adresses for the mon0 device - for some reason it fails. But, look at
Now, we change it
I uploaded my kernell to dropbox (open mode, with NAT, CIFS support and a few other tweaks)
You WILL need open mode, and you MUST use
/Niel
Modules
https://dl.dropboxusercontent.com/u/85377542/modules.tar.gz
Kernel
https://dl.dropboxusercontent.com/u/85377542/zImage.tar.gz
Look at http://213.128.137.28/showthread.php?t=89507 for how to flash the kernel.
1. Flash normal mode (full erase)
2. Flash open mode kernel (NO REBOOT BEWTEEN) from here http://maemo.cloud-7.de/HARM/N9/1.3/openmode-kernel/
3. Copy modules in tar.gz file to /lib/modules (folder 2.6.32.54nn-dfl61)
4. depmod -a 2.6.32.54nn-dfl61
5. Flash my kernel (zImage-2.6.32.54nn-dfl61)
6. Install from my repo wireless-tools, aircrack-ng, macchanger
7. Done
Last edited by nieldk; 2013-11-30 at 20:58. Reason: Moved postings around