multihashing of sha1($salt.$pass) possible?
#1
Hi,I'm new to this so a simple answer will be helpfulWink

I want to use this command:

Code:
oclHashcat.exe sha1.hash -1 ?d?d ?1?1?1?1?1 ?1?1?1?1?1?1  -m 102

where:
sha1.hash is something like this:
Code:
22E674C15D2DA3C80125CCF661A82BF0F59EDC82:00000000001234567890123400
2DC32126178B84938AA2663F747D5749ADA7E644:00000000001234567890123400
8CA3C4D678ECD6D7189E48AC52C5B8D46427A8CB:00000000001234567890123400  
176A5D3D2B367C941C1E1E0E73798E99C44FE71B:00000000001234567890123400
AEFD542D7A22CE7305D8F33E9B3D2B32D02067A9:00000000001234567890123400
3A35AFF0EC2A705DFC28E9DCF736CC3AD7896135:00000000001234567890123400
BBF01B752EB3E6826A16B39CB731D4E7C851CD20:00000000001234567890123400
734C785DDB7498E67AE9DB8A23E025B843A931B7:00000000001234567890123400
22E674C15D2DA3C80125CCF661A82BF0F59EDC82:00000001001234567890123400
2DC32126178B84938AA2663F747D5749ADA7E644:00000001001234567890123400
8CA3C4D678ECD6D7189E48AC52C5B8D46427A8CB:00000001001234567890123400  
176A5D3D2B367C941C1E1E0E73798E99C44FE71B:00000002001234567890123400
AEFD542D7A22CE7305D8F33E9B3D2B32D02067A9:00000002001234567890123400
3A35AFF0EC2A705DFC28E9DCF736CC3AD7896135:00000002001234567890123400
BBF01B752EB3E6826A16B39CB731D4E7C851CD20:00000002001234567890123400
734C785DDB7498E67AE9DB8A23E025B843A931B7:00000002001234567890123400
22E674C15D2DA3C80125CCF661A82BF0F59EDC82:00000002001234567890123400
2DC32126178B84938AA2663F747D5749ADA7E644:00000002001234567890123400
8CA3C4D678ECD6D7189E48AC52C5B8D46427A8CB:00000002001234567890123400  
176A5D3D2B367C941C1E1E0E73798E99C44FE71B:00000002001234567890123400
AEFD542D7A22CE7305D8F33E9B3D2B32D02067A9:00000002001234567890123400
3A35AFF0EC2A705DFC28E9DCF736CC3AD7896135:00000002001234567890123400
BBF01B752EB3E6826A16B39CB731D4E7C851CD20:00000002001234567890123400
734C785DDB7498E67AE9DB8A23E025B843A931B7:00000002001234567890123400
...................

and so on,list must have 8x10000 hashes(same 8 hashes with different value inside $salt(the value is some digit in range 0-9999 in hex)!

The target is to obtain 11-digit pass!

10x for infoWink


Messages In This Thread
multihashing of sha1($salt.$pass) possible? - by randyberger - 12-27-2010, 02:45 AM