mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-14 02:37:06 -07:00
Minor fixes and jskeylogger plugin now live
This commit is contained in:
parent
4b92f26b96
commit
be7639efd5
6 changed files with 70 additions and 21 deletions
|
@ -89,6 +89,7 @@ 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