From 678548d197217c7afd1c9d2423def8ce25138840 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Fri, 11 Jul 2014 10:53:12 +0200 Subject: [PATCH] fixed argument error --- plugins/ArpSpoof.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/ArpSpoof.py b/plugins/ArpSpoof.py index 925052f..db61fa9 100644 --- a/plugins/ArpSpoof.py +++ b/plugins/ArpSpoof.py @@ -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')