xcureanddisease Posted February 25, 2016 Share Posted February 25, 2016 Trying to do internet connection sharing using Kali Linux 2. I did sudo ./wp6.sh and its stuck on Detecting WiFi Pineapple... I did a search and found a post saying I must switch a setting to BRIDGED but I dont know where to find that. Any help would be most appreciated. Thanks again! Quote Link to post Share on other sites
TYTechnolust Posted February 25, 2016 Share Posted February 25, 2016 Is this what you were following? Quote Link to post Share on other sites
xcureanddisease Posted February 25, 2016 Author Share Posted February 25, 2016 (edited) Is this what you were following? -snip- I did that part... I was following this now: Edited February 25, 2016 by xcureanddisease Quote Link to post Share on other sites
Solution xcureanddisease Posted February 25, 2016 Author Solution Share Posted February 25, 2016 Nevermind. I figured it out. Not sure if its SUPPOSED to be this way but I load up wp6.sh and when it says CONNECTING... I pressed the little button on the back twice, and it worked that way. Quote Link to post Share on other sites
Sebkinne Posted February 25, 2016 Share Posted February 25, 2016 Nevermind. I figured it out. Not sure if its SUPPOSED to be this way but I load up wp6.sh and when it says CONNECTING... I pressed the little button on the back twice, and it worked that way. Do you mean the rest button? That will just reboot your device. Interesting that that allowed your computer to figure out the routes. Best Regards, Sebkinne Quote Link to post Share on other sites
xcureanddisease Posted February 25, 2016 Author Share Posted February 25, 2016 (edited) Do you mean the rest button? That will just reboot your device. Interesting that that allowed your computer to figure out the routes. Best Regards, Sebkinne This is the button I pushed twice : So I setup the Tetra using the guide, then I downloaded all the modules by connecting it to my router via ethernet, then I tried to do internet sharing, So I disconnected the Tetra from my router, I went through the RECOMMENDED setup and when that was done, I tried to CONNECT and it got stuck there. I waited about 15 minutes before I pressed that button(out of curiosity) and about 45 or so seconds later it connected. Edited February 25, 2016 by xcureanddisease Quote Link to post Share on other sites
Thermostaten Posted March 2, 2016 Share Posted March 2, 2016 (edited) It is because the pineapple does not respond to ping ( perhaps iptables blocking it ) a quick fix is to get your pineapples MAC address and alter the wp6.sh script (https://www.wifipineapple.com/tetra/scripts/wp6.sh ) from : ... printf "Detecting WiFi Pineapple..." until ping $spineappleip -c1 -w1 >/dev/null do ... to: ... printf "Detecting WiFi Pineapple..." until arp -a|grep -c "00:13:37:xx:xx:xx" > /dev/null do ... # Where the xx:xx:xx is alignet to your pineapples macaddress.. Edited March 2, 2016 by Thermostaten Quote Link to post Share on other sites
Centurionbc Posted September 3, 2019 Share Posted September 3, 2019 I am having the same issue but pressing the reset button did not do anything for me nor did altering the file. It just sits indefinitely. I should mention I’m on live usb kali with an external WiFi adapter Quote Link to post Share on other sites
rylore Posted September 9, 2019 Share Posted September 9, 2019 (edited) Just in case this helps anyone on Kali2 when running the wp6.sh script. It appears that the script tries to add the 'ip route', but for me it never did. So I went in and added the route manually: 'sudo ip route add 172.16.42.0/24 dev eth2'. Eth2 was the eth port my pineapple connected on when plugging in the micro USB. I then re-ran the script using the 'C' option (you may need to run the guided first) and then everything worked. You can also check your routes by running: 'ip route' You should have something like this: '172.16.42.0/24 dev eth2 scope link' Edited September 9, 2019 by rylore Quote Link to post Share on other sites
brandonmac000@ Posted April 21, 2020 Share Posted April 21, 2020 I'm having this issue, and when I run ip route, its showing- 172.16.42.0/24 dev eth2 proto kernel scope link src 172.16.42.42 but wifi pineapple is still not detected when using saved settings, i just get the continued "................................................................." Quote Link to post Share on other sites
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.