nmap主机探测
ping 探测
nmap -sn -PE 192.168.1.1 192.168.0.0/24
保存xml文件
nmap -sn -PE 192.168.1.1 192.168.0.0/24 -oX $f 1>/dev/null
高并发, 但从云主机中ping好像有些丢包
nmap -sn -PE 192.168.0.0/16 –min-parallelism 1024 -oX $f 1>/dev/null
tcp 探测
nmap -sT -p 80,443 192.168.1.1 192.168.0.0/24
保存xml文件
nmap -sT -p 80,443 192.168.1.1 192.168.0.0/24 -oX $f 1>/dev/null
https://blog.csdn.net/Triagen/article/details/64497930
https://blog.csdn.net/keepSmi1e/article/details/9370049
https://blog.csdn.net/m1585761297/article/details/80015726
https://blog.csdn.net/hl1293348082/article/details/123982513
minicom连接串口
安装串口FT232驱动, XShell连接串口
G9300 kernel devel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
|