An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![image](https://github.com/Varppi/DHCPINFO/blob/main/dhcpinfo.png?raw=true)

# 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
```