|
Pages: [1] 2 3 ... 10
|
 |
|
Author
|
Topic: Injection with ipw3945 wifiway-1.0-Final (Read 95696 times)
|
rh3nt0n
Newbie

Posts: 12
|
|
|
|
|
« Last Edit: December 04, 2008, 06:07:48 pm by rh3nt0n »
|
Logged
|
|
|
|
|
TuTuFF
|
Hi rh3nt0n,
I was extremly interested to read your post. The live CDs had been mentioned briefly elsewhere on the forum however details were scarce. True injection for the IPW3945 has been much like the "quest for the holy grail" hereabouts and there is an extended (and ongoing) thread concerned with this very issue.
I followed the links you were kind enough to post, however unfortunately my Spanish beyond "no ablo Espanol" is non-existent. Are both the Wifislax and Wifiway CDs necessary? Are there any further details or documentation for these distros in English? Any and all details you can provide would be most welcome!
Thanks!
|
|
|
|
|
Logged
|
|
|
|
pianista
Newbie

Posts: 39
|
I reply you: Only is necessary WifiWay, Wifislax is another livecd created by seguridadwireless. Wifiway has international support, I think it is in English but I don't probe this now,...
|
|
|
|
|
Logged
|
|
|
|
Hwagm
Newbie

Posts: 49
|
version 0.4 Wifiway has 99% international support Keymap, help, Xwindow and default language setting configure in boot live CD Firefox, machanger, wireshark is in English aircrack-ptw,aircrack-ng, airoscript is in English and Espanish Only in Espanish: "Initial hello" and principal menu, but internal menu with language setting configure in boot live CD Mirror: http://www.comprawifi.net/public/wifiway/0.4/wifiway-0.4.isoMd5: http://www.comprawifi.net/public/wifiway/0.4/wifiway-0.4.iso.md5> md5sum wifiway-0.4.iso 2ad87b3a6133575b83d8f2e7e0f1f05e wifiway-0.4.iso login: root pass: wifiway startx or autox (to configure auto XWindows) $(uname -r) = 2.6.20 Only support pci and usb (not pcmcia ) TODO version 0.5 1.- autologin and auto start Xwindow 2.- Install driver of Nvidia 3.- script modify rate and channel injection ipw3945 4.- Live cd with new linux-live scripts (*.lzm) 5.- Install fw zydas zd1201 6.- Support pcmcia 7.- Support injection zydas. 8.- New patch rtl8187 9.- aircarck-ng v0.8 testing injection zydas with wifiway-0.4 wget http://telefonica.net/web2/wifislax/wifiway/zydasinject.tar.gz tar -xvf zydasinject.tar.gz cd /wifiway-zydas/ ./install.sh svn co http://trac.aircrack-ng.org/svn/trunk/ aircrack-ng cd aircrack-ng #and as usual make make install Sorry, my English is very very badly
|
|
|
|
« Last Edit: May 12, 2007, 12:45:36 am by Hwagm »
|
Logged
|
|
|
|
Hwagm
Newbie

Posts: 49
|
|
|
|
|
« Last Edit: May 07, 2007, 08:38:42 pm by Hwagm »
|
Logged
|
|
|
|
hadrianweb
Newbie

Posts: 4
|
On the video I used and script which change de channel, rate and bssid. The script that a I use is in spanish language, but I translated it, and here are the results http://hadrianweb.iespana.es/ipw3945_english.shThe script code is: #! /bin/bash # hadrianweb & seguridadwireless.net clear
echo " " echo "*************************************************" echo "Script for injection with ipw3945 " echo "*************************************************" echo "Created by seguridadwireless.net" echo "*************************************************" echo " " echo "Introduce the channel of wifi0" read canal echo "Indicate the rate of the capture" read rate echo "Introduce the bssid to asociation, separeted by points (Ej: 00:11:22:33:44:55)" read bssid ifconfig wifi0 down chmod u+wrx /sys/class/net/wifi0/device/rate echo $rate >/sys/class/net/wifi0/device/rate echo $canal >/sys/class/net/wifi0/device/channel echo $bssid >/sys/class/net/wifi0/device/bssid ifconfig wifi0 up
echo " " echo "*************************************************" echo "If you had any error message on the script, please repeat the process" echo "If the error continues please say us on seguridadwireless.net" echo "*************************************************" echo " "
itīs probably that you will have to use chmod 777 ipw3945_english.sh I didnīt prove it, but if you have any problem, please reply me, and I can resolved it
|
|
|
|
« Last Edit: May 07, 2007, 08:42:28 pm by hadrianweb »
|
Logged
|
[center]  
|
|
|
webDEViL
Guest
|
Tried injection with wifiway and it worked like a charm. Nice going guys!
|
|
|
|
|
Logged
|
|
|
|
nishv
Guest
|
Is there any way to use this method to make it work with BackTrack 2.0
|
|
|
|
|
Logged
|
|
|
|
|
darkAudax
|
No, they two separate linux distributions.
d.
|
|
|
|
|
Logged
|
|
|
|
ugnud
Guest
|
how do you get the ipw3945 up and running in the first place. When I do a iwconfig all of my listed interfaces say no wireless extensions so obviously when i run airodump-ng it fails.
|
|
|
|
|
Logged
|
|
|
|
nishv
Guest
|
No, they two separate linux distributions.
d.
Aren't they both based on slax? I am confused here...
|
|
|
|
|
Logged
|
|
|
|
hadrianweb
Newbie

Posts: 4
|
Wifiway, is not based in slax, itīs an lfs live, so, itīs a live do it packet for packet
|
|
|
|
|
Logged
|
[center]  
|
|
|
ugnud
Guest
|
Anyone know how to get the ipw3945 wifi0 interface up to begin with. I do an iwconfig and all interfaces say no wireless extensions. I also tried ifconfig wifi0 up with no luck.
|
|
|
|
|
Logged
|
|
|
|
hadrianweb
Newbie

Posts: 4
|
You didnīt need wireless extensions for wifi0 and rtap0, I did the injection, and that interfaces, and when I put iwconfig, and the shell wrote no wireless extensions for wifi0 and rtap0
|
|
|
|
|
Logged
|
[center]  
|
|
|
ugnud
Guest
|
Ok. How did you get the card into monitor mode to run airodump-ng. I tried ifconfig down wifi0 then ifconfig wifi0 mode monitor and got host name lookup failure
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1] 2 3 ... 10
|
|
|
 |