hashcat Forum

Full Version: How to go about a password you know has 3 - 5 more or less known words?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
instead of
Code:
...

you should of course insert the path names as explained above.


Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file without BOM . that's inserting weird characters at the start of the file without any valid reason and the tools of course do use it (do not ignore it)
(07-05-2020, 06:47 PM)philsmd Wrote: [ -> ]Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file without BOM . that's inserting weird characters at the start of the file without any valid reason and the tools of course do use it (do not ignore it)

Removing the BOM did the trick. Thanks, mate. You're a life saver.
Pages: 1 2