inTheDMZ Posted June 22, 2012 Share Posted June 22, 2012 As sslstrip breaks the webui of the pineapple by redirecting all port 80 traffic to a alternate port (by default 10000) is it possible to change the port the webui runs on? I've got a feeling this may be as simple as changing a line in the http config file, but wanted feedback first! I know this will also break the hosting of phishing pages but not much use to run sslstrip + phishing Pages anyway! Any ideas anyone? Quote Link to comment Share on other sites More sharing options...
PineDominator Posted June 22, 2012 Share Posted June 22, 2012 As sslstrip breaks the webui of the pineapple by redirecting all port 80 traffic to a alternate port (by default 10000) is it possible to change the port the webui runs on? I've got a feeling this may be as simple as changing a line in the http config file, but wanted feedback first! I know this will also break the hosting of phishing pages but not much use to run sslstrip + phishing Pages anyway! Any ideas anyone? when I run sslstrip it doesn't mess with the pineapple ui? have you manually typed in 172.16.42.1/pineapple ? Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted June 22, 2012 Author Share Posted June 22, 2012 Yea, and it stops my webui running? I thought it was a common problem? Maybe I need to look into what I'm doing wrong then! Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted June 22, 2012 Author Share Posted June 22, 2012 Do you connect as static 172.16.42.42? Because I connect as a client on wireless and use 3g as internet for clients. Quote Link to comment Share on other sites More sharing options...
PineDominator Posted June 22, 2012 Share Posted June 22, 2012 Do you connect as static 172.16.42.42? Because I connect as a client on wireless and use 3g as internet for clients. I see, it must only work on the poe ethernet then, ya static mask 255.255.255.0 and you could put 8.8.8.8 as you primary dns also when you ethernet is set to dhcp the pineapple will dish out an ip to it. Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted June 22, 2012 Author Share Posted June 22, 2012 I will have a play tomorrow and if I can work around it, my pineapple is in a enclosure so prefer wireless connection! Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted June 22, 2012 Share Posted June 22, 2012 It is something we can implement though. I'll see what we can do! Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted June 23, 2012 Author Share Posted June 23, 2012 Cheers Seb! Quote Link to comment Share on other sites More sharing options...
Dazzle Posted June 23, 2012 Share Posted June 23, 2012 I had set auto start on for sslstrip and it locked me out too. To change the uHTTPd port nano the file '/etc/config/uhttpd' change the 7th line "list listen_http 0.0.0.0:80" to whichever port you'd like to use like this; "list listen_http 0.0.0.0:1337" then run '/etc/init.d/uhttpd restart' to restart the server Good luck, Dazzle Quote Link to comment Share on other sites More sharing options...
Molotof Posted June 23, 2012 Share Posted June 23, 2012 I had set auto start on for sslstrip and it locked me out too. To change the uHTTPd port nano the file '/etc/config/uhttpd' change the 7th line "list listen_http 0.0.0.0:80" to whichever port you'd like to use like this; "list listen_http 0.0.0.0:1337" then run '/etc/init.d/uhttpd restart' to restart the server Good luck, Dazzle Thats what the doctor ordered :) +1 to you Dazzle Quote Link to comment Share on other sites More sharing options...
Dazzle Posted June 23, 2012 Share Posted June 23, 2012 Thanks, glad I could help :) Was actually looking into making this a module, but I see no way of replacing the port trough a bash script, because I can't do a search and replace because it changes Any ideas on this? Are there any ways to change whole lines trough a script? Thanks, Dazzle Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted June 23, 2012 Author Share Posted June 23, 2012 How do you go about even beginning to make a module? I know some bash and can pick up php but other then that, no idea! Quote Link to comment Share on other sites More sharing options...
Dazzle Posted June 23, 2012 Share Posted June 23, 2012 I'm just having a look at some modules and the demo module to get an idea of how it works. Just got started with my pineapple yesterday so I've got a lot to learn ;) Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted June 24, 2012 Author Share Posted June 24, 2012 Where do you find the modules code, do you copy it straight from the pineapple after you install it? Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted June 24, 2012 Share Posted June 24, 2012 See cloud.wifipineapple.com. When going to the module submission there is a detailed description of how to create modules. That will be irrelevant soon as a "bartender" feature is available soon. A module dev system in the pineapple! Best, Sebkinne 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.