Specific amount of letters/digits
#5
Or use copilot to create a python script With requested limitations. So 12 character long wordlist, minimum and maximum number of digits is 2, all the rest are lower case letters and create a wordlist.txt.
And then you crack hash with that wordlist. But all combinations is 9x10^18 combinations. If your rig is capable to do 1billion per second, that would take few of your lifetimes
Reply


Messages In This Thread
Specific amount of letters/digits - by Onyx - 05-10-2025, 04:16 PM
RE: Specific amount of letters/digits - by Snoopy - 05-12-2025, 06:09 PM
RE: Specific amount of letters/digits - by nadir - 05-13-2025, 10:54 AM
RE: Specific amount of letters/digits - by Snoopy - 05-14-2025, 02:11 PM
RE: Specific amount of letters/digits - by TheBogeyman - 05-18-2025, 03:07 PM