Go語言實現的掃描網絡Ip和端口:netscan

jopen 9年前發布 | 17K 次閱讀 netscan Google Go/Golang開發

掃描一個網絡中一段IP范圍或具體IP上開放的端口, 和在網絡中使用的IP地址.

$ netscan -h
NAME:
   netscan - Scan network ips and ports.

USAGE: netscan [global options] command [command options] [arguments...]

VERSION: v0.1.0

AUTHOR(S): @jfrazelle <no-reply@butts.com>

COMMANDS: help, h Shows a list of commands or help for one command

GLOBAL OPTIONS: --debug, -d run in debug mode --timeout, -t "1s" override timeout used for check --port, -p "1-1000" port range to check --proto "tcp,udp" protocol/s to check --help, -h show help --version, -v print the version</pre>

Examples:

# for a cidr
$ netscan 192.168.0.1/24

# for a single ip
$ netscan 192.168.104.30

項目主頁:http://www.baiduhome.net/lib/view/home/1438846794754

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!