Skip to content

Commit

Permalink
Merge pull request #152 from cbrunnkvist/patch-1-kimocoder
Browse files Browse the repository at this point in the history
Allow airodump-ng to exit & get reaped
  • Loading branch information
kimocoder committed Jun 6, 2023
2 parents 86c82f8 + 872cbd7 commit be5d697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wifite/tools/airodump.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def __enter__(self):
command = [
'airodump-ng',
self.interface,
'--background', '1', # Force "background mode" since we rely on csv instead of stdout
'-a', # Only show associated clients
'-w', self.csv_file_prefix, # Output file prefix
'--write-interval', '1' # Write every second
Expand Down

0 comments on commit be5d697

Please sign in to comment.