摘要: 官网: https://nmap.org/ Nmap, Network Mapper, 扫描工具,一般用来确定网络上机器的操作系统、端口开放情况 Zenmap是Nmap的图形化前端。 阅读全文
posted @ 2023-01-18 22:42 rvy 阅读(107) 评论(0) 推荐(0) 编辑
摘要: shell脚本是可以直接在linux下执行的脚本,因为linux应该都有shell。 shell有很多种,这里只记一些Bash相关的脚本信息。 Bash脚本官方文档: https://www.gnu.org/software/bash/manual/bash.html 阅读全文
posted @ 2023-01-18 22:38 rvy 阅读(64) 评论(0) 推荐(0) 编辑