You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current logic for detecting newline control characters does not work properly when processing wordlists created on Windows with \r\n line endings. This causes false negatives in the cracking process.
The current logic for detecting newline control characters does not work properly when processing wordlists created on Windows with
\r\n
line endings. This causes false negatives in the cracking process.metamask_pwn/metamask_decryptor/metamask_decryptor.go
Line 439 in 02c57e7
This is the same bug found in
phantom_decryptor
here:cyclone-github/phantom_pwn#6
The text was updated successfully, but these errors were encountered: