Skip to content

Python script to parse DHCP Logs. The end intention is to build an interface to anaylize logs for IR and operational trends.

License

Notifications You must be signed in to change notification settings

vi-or-die/DHCP_Parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DHCP Log to CSV

The main purpose of this script is to convert windows DHCP logs into CSV. This is pretty simple as you just need to remove the top 30 or so lines from the file.

How to use

usage: dhcp-csv_windows.py [-h] -i INPUT -o OUTPUT [-f FILTER]

DHCP Parser

optional arguments: -h, --help show this help message and exit -i INPUT, --input INPUT Input File selection -o OUTPUT, --output OUTPUT Output File -f FILTER, --filter FILTER Target can be IP, MAC, or Hostname

About

Python script to parse DHCP Logs. The end intention is to build an interface to anaylize logs for IR and operational trends.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages