best way to handle spaces output/hashcat.pot
#3
(07-28-2013, 08:10 AM)philsmd Wrote:
(07-27-2013, 09:58 PM)liquiz Wrote: In case anyone is wondering thats from the https://www.korelogic.com

1. It doesn't matter where you have the hashes from (as per http://hashcat.net/forum/announcement-2.html you shouldn't post hashes here, they are indexed by search engines etc and of course linked to hashcat then)
2. If your definition of "space" includes also tabs, yes they are in there... you could always use -o and --outfile-format in first place
3. cut only does what it was asked to do, it (cut -c 34- hashcat.pot) doesn't strip anything but the hash itself
4. new version of hashcat also support this:
Code:
./oclHashcat-plus64.bin --show -o only_plain.txt --outfile-format 2 m0000.txt
5. echo -ne "\tjoconnor"|md5sum # this for instance generates one of the hashes you shouldn't have posted (unmasked)

Sorry about posting the solved hashes, that should be fixed now using a dummy example.

I'll take a look at how the output formatting in --outfile-format 2 comes out.

Peace


Messages In This Thread
RE: best way to handle spaces output/hashcat.pot - by liquiz - 07-28-2013, 12:12 PM