✏️ 正在编辑: scan-example
路径:
/usr/share/doc/nmap-ncat/examples/scripts/http-scan/scan-example
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
NCAT_PATH=../../../.. if [ -a "$NCAT_PATH/ncat" ] then for addr in `cat iplist`; do $NCAT_PATH/ncat --disable-eof-exit $addr 80 < get.request; done; else echo "Ncat is not buit. Please build Ncat before you use these scripts"; fi
💾 保存文件
← 返回文件管理器