04-14-2018, 03:07 PM
doing such an attack has become rather complicated since hashcat dropped support for fifos and the lack of support for stdin on mode a6/a7 and lack of support for rules on mode a1.
Easiest way is using combinator from hashcat utils, pipe that to hashcat and use rules to append the numbers.
where append_digit.rule contains rules for appending one digit (ten in total)
Easiest way is using combinator from hashcat utils, pipe that to hashcat and use rules to append the numbers.
Code:
combinator word1.txt word2.txt | hashcat -m2500 -r append_digit.rule -r append_digit.rule -r append_digit.rule test.hccapx
where append_digit.rule contains rules for appending one digit (ten in total)