How to configure Hashcat to append some data?
#2
Code:
hashcat -m 1400 -a 3 -w 3 --hex-charset --custom-charset2 30 --custom-charset3 00 7627ffae5981fc58df32ea707d11d1acf72adc76d7b1a31b8a47c9fbd065a4a6 ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3

instead of --custom-charset2 you could just use the short version -2 (minus 2)
instead of --custom-charset3 you could just use the short version -3 (minus 3)

in theory you could/should use -1 and --custom-charset1, but some users seem to have problems (depending on their font settings of the terminal and browser) to distinguish minus one from dash lower-case letter l (-1 vs -l). So we sometimes just start counting from 2 when trying to explain the commands.

BTW: do NOT EVER use --force, it just normally implies that something is really broken (installation, driver, hardware) with your system, otherwise you would never even think about using --force (because it's dangerous ! false postives and false negatives etc).
Reply


Messages In This Thread
RE: How to configure Hashcat to append some data? - by philsmd - 07-24-2020, 07:23 PM