https://github.com/varppi/dhcpinfo
Retrieves the DHCP configurations of the network
https://github.com/varppi/dhcpinfo
dhcp network-security recon red-team
Last synced: 10 months ago
JSON representation
Retrieves the DHCP configurations of the network
- Host: GitHub
- URL: https://github.com/varppi/dhcpinfo
- Owner: varppi
- License: gpl-3.0
- Created: 2023-11-05T05:55:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T07:40:09.000Z (10 months ago)
- Last Synced: 2025-08-09T08:51:21.113Z (10 months ago)
- Topics: dhcp, network-security, recon, red-team
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Description
Retrieves the DHCP configuration of the network you're in. This can be helpful to inspect if pxeboot is enabled and to figure out what the domain is in an Active Directory environment.
# Installation (Linux)
```
git clone https://github.com/Varppi/DHCPINFO; cd DHCPINFO
pip install -r requirements.txt
sudo python main.py
```