Skip to content

Commit

Permalink
scanner: minor cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder committed Oct 29, 2022
1 parent 4fa7e4e commit 4ef65cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wifite/util/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def print_targets(self):
if Configuration.show_manufacturers:
Color.p(' MANUFACTURER')

Color.pl(' CH ENCR POWER WPS? CLIENT')
Color.pl(' CH ENCR PWR WPS CLIENT')

# Second row: separator
Color.p(' ---')
Expand All @@ -185,7 +185,7 @@ def print_targets(self):
if Configuration.show_manufacturers:
Color.p(' ---------------------')

Color.pl(' --- ----- ----- ---- ------{W}')
Color.pl(' --- ----- ---- --- ------{W}')

# Remaining rows: targets
for idx, target in enumerate(self.targets, start=1):
Expand Down

1 comment on commit 4ef65cb

@Swanhtet12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BAWNI passward told me
Please

Please sign in to comment.