Skip to content

Commit a26e41f

Browse files
author
WhiteOnBlackCode
committed
Avoid unresolved reference error when 4way not cracked
1 parent d739d67 commit a26e41f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wifite/tools/hashcat.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def crack_handshake(handshake, show_command=False):
2727
handshake, show_command=show_command)
2828

2929
# Crack hccapx
30+
key = None # Avoid unresolved reference when hccapx not cracked
3031
for additional_arg in ([], ['--show']):
3132
command = [
3233
'hashcat',

0 commit comments

Comments
 (0)