Untitled
1Hello
hello
大一夏·小学期·实验二·信息收集技术和漏洞扫描技术
知识1 arp(1) 什么是arp?1ARP是地址解析协议,用于IPv4网络中讲IP地址解析为物理MAC地址的协议。
(2) arp缓存1ARP缓存记录了本地网络上各个IP地址对应的MAC地址,避免了在每次通信时都需要进行ARP请求的时间消耗
用到的命令12345678910111213141516ip aarp-scan -lnmap sV -A -T4 192.168.154.129 命令解释: nmap:网络扫描工具,用于发现网络设备和服务 -sV:尝试探测服务版本 -A:启用高级扫描,包括操作系统检测、版本检测、脚本扫描和路由追踪 -T4:设置时间模板,T4提供了较快的扫描速度,适用于可靠的网络环境 其中: -T0:Paranoid 模式,非常慢,主要用于规避IDS(入侵检测系统)。 -T1:Sneaky 模式,较慢,用于避开非常敏感的IDS。 -T2:Polite 模式,较慢,以减少对网络的影响。 -T3:N ...
python3
sxy大笨蛋
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment