DHCP Server
This module provides a DHCP service
Rank
- Normal
Authors
- scriptjunkie < >
- apconole < apconole [at] yahoo.com >
Development
Similar Modules
- auxiliary/server/browser_autopwn
- auxiliary/server/capture/ftp
- auxiliary/server/capture/http
- auxiliary/server/capture/http_javascript_keylogger
- auxiliary/server/capture/http_ntlm
- auxiliary/server/capture/imap
- auxiliary/server/capture/pop3
- auxiliary/server/capture/smb
- auxiliary/server/capture/smtp
- auxiliary/server/capture/telnet
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/server/dhcp
msf auxiliary(dhcp) > set NETMASK [STRING]
msf auxiliary(dhcp) > set SRVHOST [STRING]
msf auxiliary(dhcp) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
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 |
