文件名称:portscanner:使用nc扫描端口的简单Shell脚本
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-04 09:37:51
Shell
Portscan 一个shell脚本以使用nc扫描开放端口 如何使用 您可以使用-h选项显示用法。 ./portscan -h usage: ./portscan.sh [-s server] [-h] <-p port> -s server -p port,80 or 1000-2000(from 1000 to 2000) or 22,80(scan 22 and 80) -h display this help and exit 例子 ./portscan.sh -s localhost -p 1-1024 # scan localhost, port from 1 to 1024 结果如下: Server Port Protocol localhost 22 [tcp/ssh] localhost
【文件预览】:
portscanner-master
----LICENSE(1KB)
----README.md(1KB)
----portscanner.sh(2KB)
----.gitignore(246B)