mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
fixed argument error
This commit is contained in:
parent
3ab6313770
commit
678548d197
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ class ArpSpoof(Plugin):
|
|||
def add_options(self,options):
|
||||
options.add_argument('--iface', dest='interface', help='Specify the interface to use')
|
||||
options.add_argument('--routerip', dest='routerip', help='Specify the router IP')
|
||||
options.add_argument('\n Misc Options:')
|
||||
options.add_argument('--target', dest='target', help='Specify a particular host to ARP poison [default: subnet]')
|
||||
options.add_argument('--mode', dest='mode', default='req', help='Poisoning mode: requests (req) or replies (rep) [default: req]')
|
||||
options.add_argument('--summary', action='store_true', dest='summary', default=False, help='Show packet summary and ask for confirmation before poisoning')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue