- Applied Network Security
- Arthur Salmon Warun Levesque Michael McLafferty
- 166字
- 2021-07-02 23:30:59
Lab 3-scanning
The following demonstration will be a more detailed Nmap lab to reinforce what you have learned earlier in the chapter. This lab uses Kali Linux running in VMware:
- Open Nmap in Kali.
- Open a terminal in Kali and type nmap.
When you do so, Nmap will display its help screen, as shown in the following screenshot:

- Let's try to use the -sS and -sT scans.
Using Nmap's basic syntax, type in the following:
nmap <scantype> IP address
We get results like those shown in the following screenshot, showing all of the TCP ports that are open on our target machine and the default service for each port:

- Next, we can scan for a specific port or port range.
Nmap uses the -p switch to designate a port or port range. So, if we were only looking for ports 100-200, we could use the following:
kali > nmap 192.168.10.70 -p100-200

As you can see, this command scans and reveals only the ports in that port range.
推薦閱讀
- 深入淺出隱私計算:技術解析與應用實踐
- Web安全與攻防入門很輕松(實戰超值版)
- Kali Linux Network Scanning Cookbook(Second Edition)
- 網絡安全技術與實訓(第4版)(微課版)
- 計算機網絡安全技術研究
- 云原生安全技術實踐指南
- Instant Java Password and Authentication Security
- 安全防御入門手冊
- CTF特訓營:技術詳解、解題方法與競賽技巧
- 數據安全架構設計與實戰
- 網絡空間安全:拒絕服務攻擊檢測與防御
- Android Application Security Essentials
- 2010年中國互聯網網絡安全報告
- 反黑風暴:黑客社會工程學攻防演練
- 數據安全實踐:能力體系、產品實現與解決方案