- 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.
- Java程序設計與開發
- C語言程序設計(第2 版)
- arc42 by Example
- 3D少兒游戲編程(原書第2版)
- C程序設計實踐教程
- Linux:Embedded Development
- Mastering Xamarin.Forms(Second Edition)
- PHP+Ajax+jQuery網站開發項目式教程
- Emgu CV Essentials
- PHP編程基礎與實踐教程
- Kubernetes進階實戰
- Zabbix Performance Tuning
- Mockito Essentials
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Python+Office:輕松實現Python辦公自動化