mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-14 02:37:06 -07:00
added DHCP spoofing with shellshock options
This commit is contained in:
parent
ff235e3e90
commit
43c7974d4c
7 changed files with 155 additions and 69 deletions
4
config_files/dhcp.cfg
Normal file
4
config_files/dhcp.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
#Example config file for DHCP spoofing
|
||||
ip_pool = 192.168.2.10-50
|
||||
subnet = 255.255.255.0
|
||||
dns_server = 192.168.2.20 #optional
|
|
@ -1,3 +1,3 @@
|
|||
#Example config file for dns spoofing
|
||||
#Example config file for DNS tampering
|
||||
www.facebook.com = 192.168.10.1
|
||||
google.com = 192.168.10.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue