- Applied Network Security
- Arthur Salmon Warun Levesque Michael McLafferty
- 105字
- 2021-07-02 23:31:01
UDP scan
Up until this point, all of our scans have been for TCP ports. Some services and ports use UDP to communicate with the outside world. Our previous scan types (-sS and -sT) will not find UDP ports as they are only looking for TCP ports. Some services only run on UDP, such as NTP (port 123) and SNMP (port 161).
To find these ports and services, we need to do a UDP scan. We can do this with the -sU switch by typing nmap -sU 192.168.10.70:

As you can see, the UDP scan reveals ports and services not found with our TCP scans.
推薦閱讀
- 云原生安全:攻防實踐與體系構建
- 黑客大曝光:無線網絡安全(原書第3版)
- API安全實戰
- 工業互聯網安全防護與展望
- Practical Network Scanning
- Preventing Digital Extortion
- 數據安全實踐指南
- 數字化轉型浪潮下的數據安全最佳實踐指南
- Advanced Penetration Testing for Highly:Secured Environments(Second Edition)
- Kerberos域網絡安全從入門到精通
- 網絡安全設計、配置與管理大全
- CTF那些事兒
- 實用黑客攻防技術
- 華為Anti-DDoS技術漫談
- Android Application Security Essentials