M4cs/BlackEye-Python

Remote port forwarding failed

l4jos opened this issue · 0 comments

l4jos commented

main.py contains
cmd_line = "sudo php -t sites/%s -S 127.0.0.1:80 & ssh -R %s.serveo.net:80:127.0.0.1:80 serveo.net" % (choice, subdom)

But it throws me a warning:
Warning: remote port forwarding failed for listen port 80

I am running this inside a VM and I'm connected to a virtual NAT (which is online, I can ping outside the LAN).