Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Question:
Do i have a mean to only test one candidate i suspect to be the password ?
Answer:
Yes use both --count 1 option and --candidate <your candidate> option.
First option tells MDCrack to only examine one candidate, second one provides the first candidate to examine.
Note that even without --count and considering you are not using some other options like --all,
MDCrack will stop after the first try if your candidate actually collides with the provided hash.
--count 1 in this example forces it to stop after the first try whatever result occurs.