FruitNinja Posted October 16, 2020 Share Posted October 16, 2020 hello all, Just got my hands on a new Wifi Pineapple mk7 and I am still figuring out everything. For some reason, I cain't connect to my rogue Open Access Point called "FreeWifi" for example when I try with my Iphone. I'm connected to internet through my wireless client mode but it doesn't seem to feed my fake open wifi since other devices cain't access it. What's up with that? Thanks! Quote Link to comment Share on other sites More sharing options...
Max543 Posted October 16, 2020 Share Posted October 16, 2020 Best Support HAK 5 ✌️ Quote Link to comment Share on other sites More sharing options...
Irukandji Posted October 16, 2020 Share Posted October 16, 2020 (edited) 2 hours ago, FruitNinja said: FreeWifi Pleases don't be a pain arse. Edited October 16, 2020 by Jtyle6 Quote Link to comment Share on other sites More sharing options...
FruitNinja Posted October 17, 2020 Author Share Posted October 17, 2020 On 10/16/2020 at 1:57 AM, Jtyle6 said: Pleases don't be a pain arse. ??? Quote Link to comment Share on other sites More sharing options...
Irukandji Posted October 18, 2020 Share Posted October 18, 2020 2 hours ago, FruitNinja said: ??? I mean do not go to an cafes or Starbucks. With a pineapple. Quote Link to comment Share on other sites More sharing options...
Street Posted November 2, 2020 Share Posted November 2, 2020 I'm having the same problem with my WiFi Pineapple VII Quote Link to comment Share on other sites More sharing options...
think2 Posted May 24, 2021 Share Posted May 24, 2021 Here is the technical explanation: Pineapple generates the wifi config file here: /etc/pineapple/wpa_config Sample contents of the file when connecting to the open AP: root@mk7:/etc/pineapple# cat /etc/pineapple/wpa_config network={ bssid=9:8:7:6:5:4 ssid="Coffee Shop" key_mgmt=NONE psk="" } Then it attempts to start the following command: root@mk7:/etc/pineapple# wpa_supplicant -i wlan2 -Dnl80211 -c/etc/pineapple/wpa_config Successfully initialized wpa_supplicant Line 5: Invalid passphrase length 0 (expected: 8..63) '"'. Line 5: failed to parse psk '""'. Line 6: failed to parse network block. Failed to read or parse configuration '/etc/pineapple/wpa_config'. As you can see, wpa_supplicant does not expect the "psk" to be present in the config file if the AP is open. How to fix: Remove the string psk="" from the /etc/pineapple/wpa_config Run wpa_supplicant -i wlan2 -Dnl80211 -c/etc/pineapple/wpa_config Regarding the reason "why it has not been fixed yet?": I can create a PR with the necessary changes if the code is available on GitHub/etc. But it seems to be closed-source 😞 Quote Link to comment Share on other sites More sharing options...
chrizree Posted May 24, 2021 Share Posted May 24, 2021 I wouldn't change any settings "under the hood", it shouldn't be necessary. Check the filters first. This shouldn't be an issue at all for the open AP. wlan2 should also be used for connecting the Mk7 to a nearby AP in order to get internet access, wlan2 shouldn't be used for the open AP of the Mk7. Connecting the Mk7 to an AP and getting clients to connect to the open AP of the Mk7 are two different things. Quote Link to comment Share on other sites More sharing options...
think2 Posted May 24, 2021 Share Posted May 24, 2021 OK, so what I meant here is not the PineAP function. It's disabled, so no filters are involved. I meant the "Wireless Client Mode" for connecting the pineapple to the internet as a client. MK7 does not connect to any open AP on the 1.0.2 firmware version. Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted May 24, 2021 Share Posted May 24, 2021 Hi, I've tried reproducing this issue, but I don't seem to get the same resulting configuration file as you do. Connecting to an Open AP generates a config that contains no "key" field. Is this any special kind of AP you're trying to connect to? Thanks 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.