Browse Exploit & Auxiliary Modules
The Metasploit Project hosts the world's largest database of quality assured exploits, including hundreds of remote exploits, auxiliary modules, and payloads. You can even review the Metasploit Framework source code of any module - or write your own.
Search for modules
DHCP Server
This module provides a DHCP service
Rank
Authors
- scriptjunkie < >
- apconole < apconole [at] yahoo.com >
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/server/dhcp
msf auxiliary(dhcp) > set NETMASK [STRING]
msf auxiliary(dhcp) > set SRVHOST [STRING]
msf auxiliary(dhcp) > run
Module Options
| BROADCAST |
The broadcast address to send to |
| DHCPIPEND |
The last IP to give out |
| DHCPIPSTART |
The first IP to give out |
| DNSSERVER |
The DNS server IP address |
| FILENAME |
The optional filename of a tftp boot server |
| HOSTNAME |
The optional hostname to assign |
| HOSTSTART |
The optional host integer counter |
| NETMASK |
The netmask of the local subnet |
| ROUTER |
The router IP address |
| SRVHOST |
The IP of the DHCP server |
| VERBOSE |
Enable detailed status messages |
| WORKSPACE |
Specify the workspace for this module |