Skip to content

Commit 4ef65cb

Browse files
committed
scanner: minor cosmetic changes
1 parent 4fa7e4e commit 4ef65cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wifite/util/scanner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def print_targets(self):
174174
if Configuration.show_manufacturers:
175175
Color.p(' MANUFACTURER')
176176

177-
Color.pl(' CH ENCR POWER WPS? CLIENT')
177+
Color.pl(' CH ENCR PWR WPS CLIENT')
178178

179179
# Second row: separator
180180
Color.p(' ---')
@@ -185,7 +185,7 @@ def print_targets(self):
185185
if Configuration.show_manufacturers:
186186
Color.p(' ---------------------')
187187

188-
Color.pl(' --- ----- ----- ---- ------{W}')
188+
Color.pl(' --- ----- ---- --- ------{W}')
189189

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

0 commit comments

Comments
 (0)