Created
August 21, 2019 13:38
-
-
Save emanuelduss/92133615374a6a4b3b9344187dbadb0a to your computer and use it in GitHub Desktop.
Revisions
-
emanuelduss created this gist
Aug 21, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ # Metasploit DHCP Server # Start: msfconsole -q -n -r dhcpserver.rc use auxiliary/server/dhcp set SRVHOST 10.5.23.1 set DHCPIPSTART 10.5.23.100 set DHCPIPEND 10.5.23.200 set NETMASK 255.255.255.0 set ROUTER 10.5.23.1 set DNSSERVER 8.8.8.8 set DOMAINNAME example.net exploit