Skip to content

jag34/pydhcpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pydhcpc

Dhcp client with scapy and python

Usage

dhcpc.py  [--iface network interface] [--mac mac address] [--dhcp_opts dhcp options]

Options:
  -h, --help         show this help message and exit
  --mac=MAC_ADDRESS  A full mac address or part of it, if incomplete it will
                     be randomly generated.
  --iface=IFACE      Interface to use.
  --dhcp_opts        Dhcp options, must come las

Requires

scapy-2.2.0-4.1

python 2.6+

Disclaimers

Not tested on windows

Windows DHCP servers don't seem to like this.

About

DHCP client using scapy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages