mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-14 17:13:50 -07:00
added airpwn plugin
This commit is contained in:
parent
8dde6f8c60
commit
8ff9c246db
12 changed files with 162 additions and 1 deletions
|
@ -304,7 +304,7 @@ class Spoof(Plugin):
|
|||
def logPrefix(self):
|
||||
return 'queue'
|
||||
|
||||
def add_options(self,options):
|
||||
def add_options(self, options):
|
||||
group = options.add_mutually_exclusive_group(required=False)
|
||||
group.add_argument('--arp', dest='arp', action='store_true', default=False, help='Redirect traffic using ARP spoofing')
|
||||
group.add_argument('--icmp', dest='icmp', action='store_true', default=False, help='Redirect traffic using ICMP redirects')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue