jakerobinson / listenr

http service that listens on all ports, useful for finding open ports out of a firewall.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listenr is a silly, simple Node.js app that listens over http on all ports.

This is useful for determining open ports to the Internet through enterprise network firewalls.

You can change the listening ports to any range you'd like. Be aware that there might be other things listening on TCP ports. Try to go with a minimal server/VM/instance.

From the client side, you can use curl or Powershell's Invoke-WebRequest to loop through the ports.

About

http service that listens on all ports, useful for finding open ports out of a firewall.


Languages

Language:JavaScript 100.0%