problems with basic bruteforcing
#4
A few other ways to generate hashes, for any users wanting to make sure their technique is giving the same results as other techniques:
Windows:
Code:
copy con password.txt
1234^z
md5sum password.txt >passwordA.md5
jacksum -a md5 password.txt >passwordB.md5
notepad passwordA.txt
<remove everything after the hash ends, i.e. the filename>
notepad passwordB.txt
<remove everything after the hash ends, i.e. the filename>
Where ^z means Ctrl-Z.

Jacksum supports a very wide variety of single hash outputs.


Messages In This Thread
problems with basic bruteforcing - by warriar - 04-03-2013, 02:50 PM
RE: problems with basic bruteforcing - by atom - 04-03-2013, 02:55 PM
RE: problems with basic bruteforcing - by warriar - 04-03-2013, 03:31 PM
RE: problems with basic bruteforcing - by Incisive - 04-03-2013, 04:14 PM