![]() |
Is it even possible? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Is it even possible? (/thread-4055.html) Pages:
1
2
|
Is it even possible? - usefkat - 02-08-2015 Is it possible to crack a 10 characters password given that it will only be made out of lower and uppercase english letters? RE: Is it even possible? - radix - 02-08-2015 yes RE: Is it even possible? - usefkat - 02-08-2015 (02-08-2015, 08:26 PM)radix Wrote: yes how much time would it take at 10million words per second and lastly what character set includes ?l and ?u in one set? thx for fast replies RE: Is it even possible? - rsberzerker - 02-08-2015 Well, the character set is 26+26 = 52. Ten characters is 52^10 = 144,555,105,949,057,024 possible passwords. At 10m/sec (which is very low depending on the hash), ~458 years. BUT...10m/sec is low for many types of hashes*, even using a cpu. Also, wordlists, if it is based on a dictionary word, are many times more efficient than brute forcing it. As for the mask, just use a variable, e.g. -2 ?l?u ?2?2?2?2?2?2?2?2?2?2 -- *Many, but not all. Depends on the hash. RE: Is it even possible? - usefkat - 02-08-2015 (02-08-2015, 09:19 PM)rsberzerker Wrote: Well, the character set is 26+26 = 52. Ten characters is 52^10 = 144,555,105,949,057,024 possible passwords. At 10m/sec (which is very low depending on the hash), ~458 years. well thx ![]() An example of the password i am trying to crack would be 22-aBcdEfgGid I do not know where the caps will be nor what the number at the start is so far i have ?d?d"-"<the salt> how do i mask the salt? RE: Is it even possible? - usefkat - 02-08-2015 Ok i got the hang of the mask and now it says i need to wait 10 years -.- RE: Is it even possible? - usefkat - 02-08-2015 Sorry for spamming but is there a way to ask hashcat to crack on the first digits and not the salt? because it seems i can make use of -m 1410 which says Sha256(pass.salt) i only want the first 2 numbers what do i do? RE: Is it even possible? - rsberzerker - 02-08-2015 If you have the hash, you should have the salt too. Hashcat (and oclhashcat), given the right -m parameter, will automatically use the salt. You don't need to crack that. RE: Is it even possible? - undeath - 02-09-2015 You can not partly recover hashes. RE: Is it even possible? - usefkat - 02-09-2015 (02-08-2015, 11:49 PM)rsberzerker Wrote: If you have the hash, you should have the salt too. Hashcat (and oclhashcat), given the right -m parameter, will automatically use the salt. You don't need to crack that. [align=center Enli[/align]ghten me brother ! :O how do i get the salt out of a hash? |