Posts: 4
Threads: 1
Joined: Jun 2019
Hello everyone, i've got a little prob and maybe someone here can help me
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
Posts: 21
Threads: 2
Joined: Apr 2019
Do you know what type of hash file that it is?
I believe thats your first step.
Posts: 4
Threads: 1
Joined: Jun 2019
06-08-2019, 04:36 PM
(This post was last modified: 06-08-2019, 04:37 PM by 15Ok.)
(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
Posts: 803
Threads: 135
Joined: Feb 2011
06-08-2019, 04:59 PM
(This post was last modified: 06-08-2019, 04:59 PM by Mem5.)
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.
Posts: 4
Threads: 1
Joined: Jun 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'
Posts: 803
Threads: 135
Joined: Feb 2011
What's the format of your database?
Posts: 4
Threads: 1
Joined: Jun 2019
(06-08-2019, 08:58 PM)Mem5 Wrote: What's the format of your database?
.txt