- 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:

推薦閱讀
- Interactive Data Visualization with Python
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- 深入淺出Spring Boot 2.x
- 數據結構(Python語言描述)(第2版)
- MySQL數據庫基礎實例教程(微課版)
- Modular Programming in Java 9
- Java EE 7 Performance Tuning and Optimization
- SQL Server數據庫管理與開發兵書
- 從零開始學Linux編程
- Android Wear Projects
- Mastering Linux Security and Hardening
- Windows Embedded CE 6.0程序設計實戰
- Python Essentials
- Raspberry Pi Robotic Blueprints
- Java程序設計與項目案例教程