- 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.
- Django+Vue.js商城項目實戰
- Facebook Application Development with Graph API Cookbook
- Google Apps Script for Beginners
- Blender 3D Incredible Machines
- Getting Started with NativeScript
- 微服務架構深度解析:原理、實踐與進階
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- 輕松上手2D游戲開發:Unity入門
- Web前端應用開發技術
- C++從入門到精通(第6版)
- Practical Maya Programming with Python
- C#程序設計基礎入門教程
- Android編程權威指南(第4版)
- vSphere High Performance Cookbook(Second Edition)
- 微信公眾平臺應用開發實戰