Nikodim Posted February 19, 2013 Share Posted February 19, 2013 Hello everybody! Here is my problem: I want to connect to wpa2 network via command prompt. I downloaded wpa_supplicant by: opkg istall --dest usb wpa-supplicant then i wanted to use wpa_passphrase ssid password > /etc/wpa_supplicant.conf but it tells me -ash: wpa_passphrase: not found then i decided do do that manually nano /etc/wpa_supplicant.conf and put my generated psk via this site http://www.hautespot.net/wpapsk.html so i done that and what i have: Sending discover... and thats all my story. Please help anybody to install and configure wpa_supplicant or smth else. Quote Link to comment Share on other sites More sharing options...
Nikodim Posted February 20, 2013 Author Share Posted February 20, 2013 Have some addons to my problem. Here is the log, where i'm starting the script and what we have at hte end:root@Pineapple:~# ./wireless_connect.shCurrent MAC: 00:0e:a2:86:f2:ef (Cyberguard Corporation)Faked MAC: 00:05:d4:e8:1c:8a (Futuresmart Networks, Inc.)Successfully initialized wpa_supplicantLine 5: Invalid passphrase length 64 (expected: 8..63) '98e4a478571750002a5081ce7fa61e579e4db0a2856e057c93aae6913ea43365"'.Line 5: failed to parse psk '"98e4a478571750002a5081ce7fa61e579e4db0a2856e057c93aae6913ea43365"'.Line 7: WPA-PSK accepted for key management, but no PSK configured.Line 7: failed to parse network block.Failed to read or parse configuration '/etc/wpa_supplicant.conf'.udhcpc (v1.19.4) startedSending discover...Sending discover...Sending discover... --end of log-- so I have used this generator http://www.wireshark.org/tools/wpa-psk.html Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted February 20, 2013 Share Posted February 20, 2013 Well, it quite clearly shows what the issue is. It expects 8-63 characters for your psk. Yours is 64. Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted February 20, 2013 Share Posted February 20, 2013 (edited) +1 for posting your password btw ;) (Not that it should do any harm anyway) -Foxtrot Edited February 20, 2013 by Foxtrot Quote Link to comment Share on other sites More sharing options...
Nikodim Posted February 21, 2013 Author Share Posted February 21, 2013 You can brute it if you can :P Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted February 21, 2013 Share Posted February 21, 2013 You can brute it if you can :P On this machine? ahah, I'd like to use that cluster though with like 17 graphics cards. -Foxtrot Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted February 21, 2013 Share Posted February 21, 2013 By the way, I believe that it wants the PSK in plain text.. Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted February 21, 2013 Share Posted February 21, 2013 (edited) By the way, I believe that it wants the PSK in plain text.. xD Dude are you trying to connect with the hash of the password u wanna use? -Foxtrot Edited February 21, 2013 by Foxtrot Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.