08-16-2017, 08:40 PM
(08-16-2017, 07:19 AM)philsmd Wrote: 1. you are not allowed to post hashes (see forum rules https://hashcat.net/forum/announcement-2.html)
2. your conversion between the 2 formats used by john vs hashcat is completely wrong. hint: jtr does not use the "standard" base64 table, instead it uses another well known-one. That also means you can't just copy everything and add an equal sign ("="). You must convert it correctly
Thanks for quick reply.
1. I posted hashes just to clarify the question, my apologies, they are now removed.
2. Thanks for the hint. I tried using base64conv that comes with john to convert the base64 format using 'crypt,cryptBS,mime' and all 6 combinations since none of them worked... Still no luck.
Will try to find JtR's table in sources, let's see if that gives any results.