01-12-2022, 10:22 PM
Hashcat.exe -D 1 --stdout -w 4 -j "c" -k "u" "first.txt" "second.txt" output only first file without combination
Wrong stdout output for combination method (-w 4)
|
01-12-2022, 10:22 PM
Hashcat.exe -D 1 --stdout -w 4 -j "c" -k "u" "first.txt" "second.txt" output only first file without combination
you have to specify attackmode combinator
-a 1 otherwise hashcat will turn auto to -a 0 and these attack only supports ONE input file, so your second file second.txt and your rule -k "u" is ignored btw: you can remove -w 4, this option is for workload and --stdout doesnt really produce "work"
01-13-2022, 07:52 PM
🤦🏻
Thank you. |
« Next Oldest | Next Newest »
|