文件操作 - scan-example
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/nmap-ncat-6.40/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
修改文件时间
将文件时间修改为当前时间的前一年
删除文件