added DHCP spoofing with shellshock options

This commit is contained in:
byt3bl33d3r 2014-09-30 14:13:06 +02:00
commit 43c7974d4c
7 changed files with 155 additions and 69 deletions

4
config_files/dhcp.cfg Normal file
View 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

View file

@ -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