- Kali Linux Cookbook(Second Edition)
- Corey P. Schultz Bob Perciaccante
- 92字
- 2021-07-02 18:27:22
A simple subnet scan
We will perform simple scan of a subnet:
Perform a simple subnet scan of your lab network, 192.168.56.0/24. Substitute the subnet you created for your lab network in the section installing Kali on VirtualBox :
nmap 192.168.56.0/24
This command will scan 1000 popular ports of all targets in a specific subnet range. Examine the output. In the case of our Metasploitable machine (192.168.56.102), we will see the following output. From this output, we can identify the IP address as well as the number of open ports:

推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- 數據結構和算法基礎(Java語言實現)
- OpenNI Cookbook
- 21天學通C++(第6版)
- TypeScript實戰指南
- 從零開始學Linux編程
- Spring+Spring MVC+MyBatis從零開始學
- Python網絡爬蟲技術與應用
- PyQt編程快速上手
- C++ System Programming Cookbook
- Unity Android Game Development by Example Beginner's Guide
- 邊玩邊學Scratch3.0少兒趣味編程
- Akka入門與實踐
- 軟件設計模式(Java版)
- 啊哈C語言!:邏輯的挑戰(修訂版)