Know the password format, how to configure the rules?
#2
Code:
git clone https://github.com/hashcat/hashcat-utils.git
cd hashcat-utils/src
make
# you'll need to provide english wordlist
for x in {1..100}; do;  echo ${x}; done > nums.txt
./combinator.bin $MY_ENGLISH_WORDLIST nums.txt > comb1.txt
cp comb1.txt comb2.txt
./combinator.bin comb1.txt comb2.txt > result.wl
Reply


Messages In This Thread
RE: Know the password format, how to configure the rules? - by 0x00123 - 05-05-2021, 11:52 PM
I got error in Hashcat - by tai87 - 12-19-2021, 04:38 AM