Skip to content

Commit 3af79e5

Browse files
committed
attack: wpa: align 'Failed to crack handshak' and color it
1 parent 9450862 commit 3af79e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wifite/attack/wpa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run(self):
8585
key = None
8686

8787
if key is None:
88-
Color.pl(f"[!] Failed to crack handshake: {Configuration.wordlist.split(os.sep)[-1] if Configuration.wordlist else 'Wordlist'} did not contain password")
88+
Color.pl(f"{{!}} {{R}}Failed to crack handshake:{{W}} {Configuration.wordlist.split(os.sep)[-1] if Configuration.wordlist else 'Wordlist'} did not contain password")
8989
self.success = False
9090
else:
9191
Color.pl(f"[+] Cracked {'WPA3-SAE' if target_is_wpa3_sae else 'WPA/WPA2'} Handshake Key: {key}\n")

0 commit comments

Comments
 (0)