R00tendo / DHCPINFO

Retrieves the DHCP configurations of the network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

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/R00tendo/DHCPINFO; cd DHCPINFO
pip install -r requirements.txt
sudo python main.py

Example output

asciicast

About

Retrieves the DHCP configurations of the network

License:GNU General Public License v3.0


Languages

Language:Python 100.0%