hashcat Forum
Hashes export - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Hashes export (/thread-8411.html)



Hashes export - 15Ok - 06-08-2019

Hello everyone, i've got a little prob and maybe someone here can help me Smile


Ok so, i've got a database which contains name last name password mail etc etc. It also had hashes and for crack this, i want to know if it's possible to export only the hash from that file to crack them on hashcat.

Thanks for your attention 

Regards


RE: Hashes export - differentequal - 06-08-2019

Do you know what type of hash file that it is?
I believe thats your first step.


RE: Hashes export - 15Ok - 06-08-2019

(06-08-2019, 04:23 PM)differentequal Wrote: Do you know what type of hash file that it is?
I believe thats your first step.

It's MD5 Wordpress, stocked in a .txt


RE: Hashes export - Mem5 - 06-08-2019

MD5 Wordpress is also known as phpass, to extract them from your database (assuming it's a text/csv), regex on :
- start with "$P$"
- length : 34 characters.

Once extracted, run hashcat mode (-m) 400 on hashlist.


RE: Hashes export - 15Ok - 06-08-2019

(06-08-2019, 04:59 PM)Mem5 Wrote: MD5 Wordpress is also known as phpass, to extract them from your database (assuming it's a text/csv), regex on :
- start with "$P$"
- length  : 34 characters.

Once extracted, run hashcat mode (-m) 400 on hashlist.

How i do that ? I'm on windows, i don't know how to 'regex' Sad


RE: Hashes export - Mem5 - 06-08-2019

What's the format of your database?


RE: Hashes export - 15Ok - 06-08-2019

(06-08-2019, 08:58 PM)Mem5 Wrote: What's the format of your database?

.txt