english_gent Posted January 17, 2014 Share Posted January 17, 2014 I have the unit set in client mode sharing my home WIFI. With Karma turned on I can connect via WIFI (either to the SSID of the Pineapple or to a re-broadcast honeypot SSID) no problem. I also have tcpdump running on br-lan. After an hour or two the http://172.16.42.1:1471/ login no longer responds. I know the device is still working as I can SSH into it using the same WIFI connection it just seems that the web server is broken ? Any ideas guys... Quote Link to comment Share on other sites More sharing options...
awskier08 Posted January 17, 2014 Share Posted January 17, 2014 Look for these two proccesses: root@Pineapple:~# ps -ef | grep http 1749 root 1136 S /usr/sbin/uhttpd -f -h /www -r Pineapple -x /cgi-bin 1755 root 1160 S /usr/sbin/uhttpd -f -h /pineapple -r Pineapple -c /e If not, try to restart them. /etc/init.d/httpd scriptYou can also use following command:# /etc/init.d/httpd restart# /etc/init.d/httpd start# /etc/init.d/httpd stop 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.