Nextria Posted June 6, 2012 Share Posted June 6, 2012 Hi, I just updated my pineapple from 1.1.1 to 2.1.0. and everything went fine. But after i installed some modules (sslstrip) from the Pineapple bar, and rebooted, i cant access the web interface. Only if i hammer the F5 button when the pineapple reboots, i can login just for a second. After that it shows that it cant load the page. I can connect to it by SSH. and pinging works?! I think its a module that not loading right. Does anyone have a idea how i can fix this ? I tried the reset button at the back already :( regards. Nextria Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted June 6, 2012 Share Posted June 6, 2012 (edited) Hi, I just updated my pineapple from 1.1.1 to 2.1.0. and everything went fine. But after i installed some modules (sslstrip) from the Pineapple bar, and rebooted, i cant access the web interface. Only if i hammer the F5 button when the pineapple reboots, i can login just for a second. After that it shows that it cant load the page. I can connect to it by SSH. and pinging works?! I think its a module that not loading right. Does anyone have a idea how i can fix this ? I tried the reset button at the back already :( regards. Nextria Did you installed sslstrip (not the module) first ? SSH to your pineapple and give the output of the following command: iptables -t nat --line-numbers -n -L | grep 80 | grep 10000 Note for myself: I will add a check in the next version of the sslstrip module to be sure that sslstrip is installed before allowing trying to start it :P Edited June 6, 2012 by Whistle Master Quote Link to comment Share on other sites More sharing options...
Nextria Posted June 6, 2012 Author Share Posted June 6, 2012 Did you installed sslstrip (not the module) first ? Note for myself: I will add a check in the next version of the sslstrip module to be sure that sslstrip is installed before allowing trying to start it. No dont think so. I just installed the module and started it. I think i added it to autostart aswell Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted June 6, 2012 Share Posted June 6, 2012 That's the problem: sslstrip has to be installed first. I added the check in the next version of the module. SSH to your pineapple and give us the output of the command I added in my previous post. Quote Link to comment Share on other sites More sharing options...
Nextria Posted June 6, 2012 Author Share Posted June 6, 2012 (edited) That's the problem: sslstrip has to be installed first. I added the check in the next version of the module. SSH to your pineapple and give us the output of the command I added in my previous post. this is the ouput of the command: 1 REDIRECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 redir ports 10000 i had to type it all, cant seem to copy something from putty:S regards nextria Edited June 6, 2012 by Nextria Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted June 6, 2012 Share Posted June 6, 2012 Ok, just type the following command by SSH: iptables -t nat -D PREROUTING 1 This will fix your problem. Then install ssltrip BEFORE starting the module ;) Quote Link to comment Share on other sites More sharing options...
Nextria Posted June 6, 2012 Author Share Posted June 6, 2012 Ok, just type the following command by SSH: iptables -t nat -D PREROUTING 1 This will fix your problem. Then install ssltrip BEFORE starting the module ;) Hi, It worked!! thank you ! ive been trying for hours to get it working again. One more question, so if i want to use sslstrip i must first install it, before i install the module ? And how do i do this. I cant seem to find any other info on it. Any way thanks again :) Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted June 6, 2012 Share Posted June 6, 2012 Still through SSH: opkg update && opkg install sslstrip --dest usb Quote Link to comment Share on other sites More sharing options...
Nextria Posted June 6, 2012 Author Share Posted June 6, 2012 Still through SSH: opkg update && opkg install sslstrip --dest usb Ahh okay, im totally new to this, so the module system is only for installed "apps", so it works from the GUI? Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted June 6, 2012 Share Posted June 6, 2012 Sort of ;) In some of my modules I implemented the automatic installation of dependencies. In this case, I prefer giving the choice to the user to install sslstrip program to USB or internal memory. For sslstrip, fixes are also needed but the module applies the corrections automatically. Quote Link to comment Share on other sites More sharing options...
Nextria Posted June 6, 2012 Author Share Posted June 6, 2012 Sort of ;) In some of my modules I implemented the automatic installation of dependencies. In this case, I prefer giving the choice to the user to install sslstrip program to USB or internal memory. For sslstrip, fixes are also needed but the module applies the corrections automatically. Okay still learning, thanks again :) Quote Link to comment Share on other sites More sharing options...
PineDominator Posted June 6, 2012 Share Posted June 6, 2012 Hi, I just updated my pineapple from 1.1.1 to 2.1.0 the latest version is 2.2.0 http://cloud.wifipineapple.com/index.php?downloads Quote Link to comment Share on other sites More sharing options...
Nextria Posted June 8, 2012 Author Share Posted June 8, 2012 Hi, Well the problem is not yet solved. If i run the command in SSH it worked. And i installed SSLstrip also in the SSH and reinstalled the module. But if i roboot the Pineapple i have the same problem again. Also the same output. So i have to SSH into the pineapple every time i want to use it. Did i Screw something up ? regards Nextria Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted June 8, 2012 Share Posted June 8, 2012 I sent a new version of the module with safety checks and installation wizard of sslstrip program. I suggest that you re-flash your pineapple to the last version of firmware and install the module sslstrip, you will be guided to install sslstrip :) 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.