- Penetration Testing Bootcamp
- Jason Beltrame
- 150字
- 2021-07-02 21:36:00
Using Netdiscover to find undocumented IPs
Netdiscover is a great tool for finding potential IP addresses on the network for further examination. It accomplishes this by sending out ARP messages for the given network you specify. By running this tool, you can discover any live hosts on any type of network, wired or wireless. It also attempts to discover the vendor by the MAC address, which can be very helpful in finding vulnerabilities to exploit.
Next is a screenshot with netdiscover tool running in my lab:

This is a tcpdump command of ARP requests that are being sent out by the netdiscover tool to discover these live IP addresses:

The tcpdump shows how netdiscover does an ARP request for all the hosts in the network range and in this case 192.168.33.0/24. Based on the replies, you can see what is alive currently on the network.
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Mastering OpenCV Android Application Programming
- Developing Middleware in Java EE 8
- 網店設計看這本就夠了
- Java軟件開發基礎
- Oracle Database 12c Security Cookbook
- 信息技術應用基礎
- Scala編程實戰(原書第2版)
- Kotlin從基礎到實戰
- NetBeans IDE 8 Cookbook
- QGIS Python Programming Cookbook(Second Edition)
- 移動增值應用開發技術導論
- Docker:容器與容器云(第2版)
- Getting Started with Electronic Projects
- Java并發實現原理:JDK源碼剖析