anrosent / portscan

Simple golang port scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

portscan

This is a simple concurrent portscanner. Point it at a host, give it some ranges, and it will tell you if those ports are open!

Still quite slow.

    $ ./portscan -c google.com -r 1-1024,8000-9000

About

Simple golang port scanner


Languages

Language:Go 100.0%