We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa7e4e commit 4ef65cbCopy full SHA for 4ef65cb
wifite/util/scanner.py
@@ -174,7 +174,7 @@ def print_targets(self):
174
if Configuration.show_manufacturers:
175
Color.p(' MANUFACTURER')
176
177
- Color.pl(' CH ENCR POWER WPS? CLIENT')
+ Color.pl(' CH ENCR PWR WPS CLIENT')
178
179
# Second row: separator
180
Color.p(' ---')
@@ -185,7 +185,7 @@ def print_targets(self):
185
186
Color.p(' ---------------------')
187
188
- Color.pl(' --- ----- ----- ---- ------{W}')
+ Color.pl(' --- ----- ---- --- ------{W}')
189
190
# Remaining rows: targets
191
for idx, target in enumerate(self.targets, start=1):
0 commit comments