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 38331d7 commit aac5dd8Copy full SHA for aac5dd8
codex.py
@@ -1042,7 +1042,7 @@ def RuleHashcat():
1042
RPVerify = os.path.isfile(f'{rulePath}')
1043
CheckAspas = handshakePath[:1]
1044
CheckAspasWP = wordlistPath[:1]
1045
- CheckAspasRP rulePath[:1]
+ CheckAspasRP = rulePath[:1]
1046
if CheckAspas == "'":
1047
handshakePathNo = handshakePath[1:-2]
1048
HSPVerify = os.path.isfile(f'{handshakePathNo}')
0 commit comments