Skip to content

Identifiy Device type, vendor and OS using sniffed DHCP messages

Notifications You must be signed in to change notification settings

rborgese/dhcpfingerprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

dhcpfingerprint

Identifiy Device type, vendor and OS using sniffed DHCP messages. Update NeDi nodes ... Requires mysqlconnector and scapy.

Can be run as a service using systemctl ... copy script to /opt/scripts/dhcpfingerprint.py

Create a file ... vim /etc/systemd/system/dhcpfingerprint.service

[Unit]
Description=DHCP Fingerprint for NeDi
After=syslog.target network.target

[Service]
Type=simple
ExecStart=/opt/scripts/dhcpfingerprint.py
User=root
#Restart=on-failure
Restart=always
RestartSec=60

[Install]
WantedBy=multi-user.target

systemctl enable dhcpfingerprint systemctl start dhcpfingerprint

done

About

Identifiy Device type, vendor and OS using sniffed DHCP messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%