Skip to content

Commit

Permalink
Adopt to latest hcxdumptool
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder committed May 26, 2023
1 parent 41bfb1a commit eb2f2bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions wifite/tools/hashcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,8 @@ def __init__(self, target, pcapng_file):
command = [
'hcxdumptool',
'-i', Configuration.interface,
'--filterlist_ap', filterlist,
'--filtermode', '2',
'-c', str(target.channel),
'-o', pcapng_file
'-c', str(target.channel) + 'a',
'-w', pcapng_file
]

self.proc = Process(command)
Expand Down

0 comments on commit eb2f2bb

Please sign in to comment.