- Kali Linux Cookbook(Second Edition)
- Corey P. Schultz Bob Perciaccante
- 322字
- 2021-07-02 18:27:21
How to do it...
We will use zenmap to graphically map our network out to a predefined point:
- Open zenmap by selecting Application | Information Gathering - zenmap. Spend a minute and examine the interface. You have some profile scans, and you can create your own to perform repetitive tasks. You will also see several output tabs. The one we will concentrate on a bit will be the Topology section:

Zenmap - Main start screen
- Start by using an nmap traceroute scan using ICMP to map the path that we have to scanme.nmap.org. In the target screen, type scanme.nmap.org, and we will use the following options: -sn for a simple ping scan, -PE to specify protocol ICMP, and -traceroute to indicate that we want traceroute information to the destination. Once done, click on Topology to see a graphical view of our network. This information can be used to see other areas we may want to scan:

Zenmap - External topology scan
- If we have internal access to the network, we can try scanning it against the RFC1918 address block. For speed, we specifically just did the 192.168.0.0/16 address block. As you see, we have found other address blocks that are worth exploring:

Zenmap - internal topology scan
This will be a fairly noisy scan, so, in a typical penetration testing scenario, we would be more tactical with our scans. We would do this by tracerouting to some specific things that we would know of: internal DNS servers, domain controllers, and so on. We will use this information to be more specific and narrower with our scans.
- You can click on Save Graphic, and save the topology as a PDF or PNG file, and insert it into KeepNote. You can also save the entire scan by going to Scan | Save Scan for later reference, or to continue to grow your knowledge of the network host and the host discovery.
推薦閱讀
- AngularJS入門與進階
- Hands-On JavaScript High Performance
- Python 3網絡爬蟲實戰
- Learning R for Geospatial Analysis
- SQL 經典實例
- App Inventor 2 Essentials
- IBM Cognos TM1 Developer's Certification guide
- Getting Started with React VR
- Java 9 with JShell
- Hack與HHVM權威指南
- Oracle Database 12c DBA官方手冊(第8版)
- Roslyn Cookbook
- Web程序設計與架構
- Mastering R for Quantitative Finance
- 面向對象程序設計及C++實驗指導(第3版)