RoganDawes / P4wnP1_aloa

P4wnP1 A.L.O.A. by MaMe82 is a framework which turns a Rapsberry Pi Zero W into a flexible, low-cost platform for pentesting, red teaming and physical engagements ... or into "A Little Offensive Appliance".
GNU General Public License v3.0
3.76k stars 504 forks source link

SSH and webclient not working on computer #161

Open pu-la opened 5 years ago

pu-la commented 5 years ago

Ok, so I've been trying to fix this issue for months. My Windows 10 computer won't SSH into anything(Not even the CentOS server I have, for that I need to use another computer) the Web server doesn't work either on my PC, it works on my phone, I have tried resetting the firewall, reinstalling PUTTY and the built in SSH Client and all sorts of things but I just can't get it to work. Main SSH client application: PUTTY Port:22 Error:See below Capture Host name/IP adresses: 172.24.0.1 (Connected Via Wifi) 172.26.0.1 (Connected via Bluetooth) 172.16.0.1(Connected via USB Ethernet(I have the zero W model and used the second port down)) Secondary SSH client application: CMD/Command Prompt Port:22 Error: "ssh: connect to host 172.24.0.1 port 22: Permission denied" Commands used: ssh root@172.24.0.1; ssh 172.24.0.1 Host names/IP adresses: 172.24.0.1 (Connected Via Wifi) 172.26.0.1 (Connected via Bluetooth)

When connecting to web client on my PC: Browsers:Google Chrome(Latest version and main browser); Microsoft Edge; Internet Explorer(yes I still have it) Error: See below: image Hosts I tried (While connected with the appropriate connection): http://172.24.0.1:8000/ http://172.24.0.1/ http://172.26.0.1/ http://172.16.0.1/

whackyhack commented 5 years ago

This is unrelated to P4wnP1_aloa, but a known firewall behavior in Windows 10. See #122. You can assign those networks as internal network, or disable firewall altogether.