Making Custom list for cracking
# Run below commad.
# We are using sed to remove the numeric value from the list.
head /usr/share/wordlists/rockyou.txt > demo.txt ; sed -i '/^1/d' demo.txt ; cat demo.txtMaking Custom rule for password cracking
Step 1: Password list ready ?
Step 2: Making rule
Example of list:
Step 3: Checking listing
Step 4: Using rule in Hashcat or john the ripper.
Using Rule with hashcat
Using Rule with John the ripper
Last updated