markov mode
#1
Hello. Until recently, I used JTR. Now I decided to try hashcat and I don’t understand how to run it in "markov" mode.
In JTR, I generated the stats dictionary from wordlist. In the config of John, I prescribe the path to the generated stats file
. And start the john command:
Code:
john --format=Raw-MD5 --markov:265:0:0:10 hash.txt
Changing the first number in after "markov:", I change the level of generation of the Markov chain. The bigger it is, the more it opens hashes. The last number in markov is the length of the search password.
For hashcat, I created the hcstat2 file according to this instruction https://hashcat.net/wiki/doku.php?id=has...hcstat2gen
How to use this file similar to JTR, those. so that you can specify the level of markov and the length of the password you are looking for?
Reply


Messages In This Thread
markov mode - by nemon - 05-22-2020, 12:18 PM
RE: markov mode - by philsmd - 05-22-2020, 12:33 PM
RE: markov mode - by nemon - 05-22-2020, 01:18 PM
RE: markov mode - by nemon - 05-22-2020, 03:58 PM
RE: markov mode - by undeath - 05-22-2020, 10:25 PM
RE: markov mode - by nemon - 05-23-2020, 01:39 AM
RE: markov mode - by nemon - 05-23-2020, 07:34 AM