mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-12 08:07:11 -07:00
updated dns spoof text
This commit is contained in:
parent
edad0e4666
commit
6df8de0df9
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class Spoof(Plugin):
|
|||
def add_options(self,options):
|
||||
options.add_argument('--arp', dest='arp', action='store_true', default=False, help='Redirect traffic using ARP Spoofing')
|
||||
options.add_argument('--icmp', dest='icmp', action='store_true', default=False, help='Redirect traffic using ICMP Redirects')
|
||||
options.add_argument('--dns', dest='dns', action='store_true', default=False, help='Redirect DNS requests')
|
||||
options.add_argument('--dns', dest='dns', action='store_true', default=False, help='Redirect DNS requests (Still PoC)')
|
||||
#options.add_argument('--dhcp')
|
||||
options.add_argument('--iface', dest='interface', help='Specify the interface to use')
|
||||
options.add_argument('--gateway', dest='gateway', help='Specify the gateway IP')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue