Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Own Login:Pass from a SQL DB - What now? filter_list
Author
Message
Own Login:Pass from a SQL DB - What now? #1
Hi,
i need some help.
I own the DB_HOST, DB_NAME, DB_USER, DB_PASS & the Blowfish Key of a DB (Online shop)

What have i to do next?  Stressed

Ahh...I own also the FTP

THX!
(This post was last modified: 07-10-2021, 06:11 PM by PicoMan.)

Reply

RE: Own Login:Pass from a SQL DB - What now? #2
try to crack that hash, and login to the sql database and make a full dump of it
[Image: 1ZmB97]

Reply

RE: Own Login:Pass from a SQL DB - What now? #3
(07-10-2021, 06:31 PM)tschaikowsky Wrote: try to crack that hash, and login to the sql database and make a full dump of it
I have backuped now the whole DB. Is it possible to crack the passwords of the users & admin of the page?

Ok, I have the Hash. It's a bcrypt $2*$, Blowfish (Unix) hash. I there any solution?
(This post was last modified: 07-10-2021, 07:16 PM by PicoMan.)

Reply

RE: Own Login:Pass from a SQL DB - What now? #4
(07-10-2021, 06:45 PM)PicoMan Wrote:
(07-10-2021, 06:31 PM)tschaikowsky Wrote: try to crack that hash, and login to the sql database and make a full dump of it
I have backuped now the whole DB. Is it possible to crack the passwords of the users & admin of the page?

Ok, I have the Hash. It's a bcrypt $2*$, Blowfish (Unix) hash. I there any solution?

great!

but for cracking bcrypt you need fucking big ressources to crack
[Image: 1ZmB97]

[+] 1 user Likes tschaikowsky's post
Reply

RE: Own Login:Pass from a SQL DB - What now? #5
(07-11-2021, 09:06 AM)tschaikowsky Wrote:
(07-10-2021, 06:45 PM)PicoMan Wrote:
(07-10-2021, 06:31 PM)tschaikowsky Wrote: try to crack that hash, and login to the sql database and make a full dump of it
I have backuped now the whole DB. Is it possible to crack the passwords of the users & admin of the page?

Ok, I have the Hash. It's a bcrypt $2*$, Blowfish (Unix) hash. I there any solution?

great!

but for cracking bcrypt you need fucking big ressources to crack

Ok, fuck...thank you for the info!! I find out, that it is possible to generate a new MD5 Hash and change it with the bcrypt hash. I have access to all data now.

Can you describe me, how to export all the data in a .txt file from the shop DB? Or do you have a nice shopr tutorial for me to learn it?

Reply

RE: Own Login:Pass from a SQL DB - What now? #6
Ok,
i've found a MySQL database backup and import it to the same program, that the shop use.
Here i've the possibility to export all the data (excl. the passwords).

Thank you for your help my friend!

Reply







Users browsing this thread: