Thread
:
rt73 + aireplay-ng = packet injection
View Single Post
mutex
2007-12-20 , 08:39
Posts: 35 | Thanked: 17 times | Joined on Mar 2007 @ Sweden
#
8
1 install package becomroot
2 install package wirelesstools, dl from
http://olya.com/maemo/
(big thanks to ag2).
3 in xterm type "sudo gainroot"
4 dowload test.tar.gz to N800 internal memory ie /home/user/MyDocs/.documents/
http://rapidshare.com/files/77821232/test.tar.gz.html
5 extract test.tar.gz with "tar -xvzf test.tar.gz"
You will now have a folder called test that should contain:
aircrack-ng aireplay-ng airodump-ng rt73.bin rt73.ko
6 type "cd test", then copy rt73.bin to /lib/firmware/ with "cp rt73.bin /lib/firmware/"
7 Now activate host mode "echo host > /sys/devices/platform/musb_hdrc/mode"
8 Plug in wifi adapter to powerd hub
9 Load the driver with insmod ./rt73.ko
10 check that everything worked by checking the output from dmesg or iwconfig
You should now have an new interface called wlan1
11 Activate injection with "iwpriv wlan1 rfmontx 1" verify with "iwpriv wlan1 get_rfmontx"
12 Check injection with aireplay-ng, "./aireplay-ng wlan1 --test", aireplay-ng needs a AP in range in order to test injection, I had to run it a couple of times ,and move my wifi adapter before it worked.
Sometimes you need to run "ifconfig wlan1 up", so try that if you get into trouble.
Well that's it, and please let me know if something is wrong (I'm no linux guru)
Last edited by mutex; 2007-12-20 at
08:53
.
Quote & Reply
|
The Following 5 Users Say Thank You to mutex For This Useful Post:
jackdoor
,
Konceptz
,
qole
,
spiros
,
Stretchy
mutex
View Public Profile
Send a private message to mutex
Find all posts by mutex