Ok, I have some problems with connecting to a WPA2 TKIP+AES secured network.
I tried the tutorial in the tutorial forum (third page, last thread)
But its already going wrong from the beginning.
Problem 1: There was no wpa_supplicant.conf file in the /etc folder.
My solution: I created a new textfile with the 'wpa_supplicant.conf' name en copied the blue lines from the tutorial in the file.
Problem 2: When I try the command given in the turtorial it wont work.
At the moment I'm running BT2 in a virtual machine but I had the same problem when I booted BT2 from my usb drive.Code:bt~#chmod 755/etc/wpa/supplicant.conf chmod: missing operand after `755/etc/wpa/supplicant.conf' Try `chmod --help' for more information.
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.
thx streaker, there was indeed a space missing
New code:
Code:bt ~ # chmod 755 /etc/wpa_supplicant.conf bt ~ # wpa_supplicant -w -Dwext -irausb0 -c/etc/wpa_supplicant.conf ioctl[SIOCSIWPMKSA]: Network is down ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 5 value 0x1 - ioctl[SIOCGIWSCAN]: Resource temporarily unavailable ioctl[SIOCGIWSCAN]: Resource temporarily unavailable ioctl[SIOCGIWSCAN]: Resource temporarily unavailable ioctl[SIOCGIWSCAN]: Resource temporarily unavailable ioctl[SIOCGIWSCAN]: Resource temporarily unavailable ioctl[SIOCGIWSCAN]: Resource temporarily unavailable ioctl[SIOCGIWSCAN]: Resource temporarily unavailable ioctl[SIOCGIWSCAN]: Resource temporarily unavailable CTRL-EVENT-TERMINATING - signal 2 received ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 7 value 0x0 - Failed to disable WPA in the driver. ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 4 value 0x0 - bt ~ #
What card are you using and chipset? Seems like your the supplicant doesn't like the default -Dwext driver. Maybe someone who uses rausb0 can help.
[CENTER][FONT=Book Antiqua][SIZE=5][B][COLOR=blue][FONT=Courier New][COLOR=red]--=[/COLOR][/FONT]Xploitz[FONT=Courier New][COLOR=red]=--[/COLOR][/FONT][/COLOR][/B][/SIZE][/FONT][FONT=Courier New][COLOR=Black][SIZE=6][B] ®[/B][/SIZE][/COLOR][/FONT][/CENTER]
[CENTER][SIZE=4][B]Remote-Exploit.orgs Master Tutorialist.[/B][/SIZE][SIZE=6][B]™
[/B][/SIZE]
[URL="http://forums.remote-exploit.org/showthread.php?t=9063"][B]VIDEO: Volume #1 "E-Z No Client WEP Cracking Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=7872"][B]VIDEO: Volume #2 "E-Z No Client Korek Chopchop Attack Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8230"][B]VIDEO: Volume #3 "E-Z WPA/WPA2 Cracking Tutorial"[/B][/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8041"][B]VIDEO: Volume #4 "E-Z Cracking WPA/WPA2 With Airolib-ng Databases"[/B][/URL]
[/CENTER]
I'm using a Asus wl-167g usb stick with a Ralink 2570 chip.
For some reason I can't use my Linksys WMP54G v4 with a Ralink 2500 chip when I'm using a VM but I shall try it whith a real BT2 boot.
I remember something about needing some Ralink 1.0.0 driver being needed for the Ralink chipped cards. Not the 2.0
[CENTER][FONT=Book Antiqua][SIZE=5][B][COLOR=blue][FONT=Courier New][COLOR=red]--=[/COLOR][/FONT]Xploitz[FONT=Courier New][COLOR=red]=--[/COLOR][/FONT][/COLOR][/B][/SIZE][/FONT][FONT=Courier New][COLOR=Black][SIZE=6][B] ®[/B][/SIZE][/COLOR][/FONT][/CENTER]
[CENTER][SIZE=4][B]Remote-Exploit.orgs Master Tutorialist.[/B][/SIZE][SIZE=6][B]™
[/B][/SIZE]
[URL="http://forums.remote-exploit.org/showthread.php?t=9063"][B]VIDEO: Volume #1 "E-Z No Client WEP Cracking Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=7872"][B]VIDEO: Volume #2 "E-Z No Client Korek Chopchop Attack Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8230"][B]VIDEO: Volume #3 "E-Z WPA/WPA2 Cracking Tutorial"[/B][/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8041"][B]VIDEO: Volume #4 "E-Z Cracking WPA/WPA2 With Airolib-ng Databases"[/B][/URL]
[/CENTER]
After banging my head for a couple of days I figured out how to use the RALink chipsets with WPA. Of course, if I had read the SerialMonkey FAQ in the first place, I would have saved myself alot of headache.
I have a DWL-G122b2(RA2570) and I am using the RA2570 driver from the SerialMonkey project, which compiles very nicely on BT2. Your best bet is to download and compile the nightly CVS tarball.Q. How can I get wpa_supplicant to work with legacy drivers ?
A. Legacy drivers do not support wpa_supplicant. All encryption is handled by the driver itself.
RutilT can help you configure encryption in place of other wpa_supplicant GUI tools.
Use iwconfig to set the essid and rate:
To setup WPA use iwpriv, see iwpriv_usage.txt from the driver tarballCode:iwconfig rausb0 essid myap iwconfig rausb0 rate 54M //whatever rate your card supports, mine is 54MBps max
HTH,Code:iwpriv rausb0 enc 4 //AES iwpriv rausb0 auth 3 //WPA iwpriv rausb0 wpapsk "your key here"
E
Very interesting elazar. Thanks for helping.![]()
[CENTER][FONT=Book Antiqua][SIZE=5][B][COLOR=blue][FONT=Courier New][COLOR=red]--=[/COLOR][/FONT]Xploitz[FONT=Courier New][COLOR=red]=--[/COLOR][/FONT][/COLOR][/B][/SIZE][/FONT][FONT=Courier New][COLOR=Black][SIZE=6][B] ®[/B][/SIZE][/COLOR][/FONT][/CENTER]
[CENTER][SIZE=4][B]Remote-Exploit.orgs Master Tutorialist.[/B][/SIZE][SIZE=6][B]™
[/B][/SIZE]
[URL="http://forums.remote-exploit.org/showthread.php?t=9063"][B]VIDEO: Volume #1 "E-Z No Client WEP Cracking Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=7872"][B]VIDEO: Volume #2 "E-Z No Client Korek Chopchop Attack Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8230"][B]VIDEO: Volume #3 "E-Z WPA/WPA2 Cracking Tutorial"[/B][/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8041"][B]VIDEO: Volume #4 "E-Z Cracking WPA/WPA2 With Airolib-ng Databases"[/B][/URL]
[/CENTER]
No problem. I wasted a good part of my Labor Day weekend on this
E