M4cs / BlackEye-Python

BlackEye Phishing Kit in Python w Serveo Subdomain Creation | Educational Purposes Only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote port forwarding failed

l4jos opened this issue · comments

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).