Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to crack the hash password of mysql

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "how to crack the hash password of mysql". In the daily operation, I believe that many people have doubts about how to crack the hash password of mysql. The editor consulted all kinds of materials and sorted out a simple and easy-to-use method of operation. I hope it will be helpful to answer the doubt of "how to crack the hash password of mysql". Next, please follow the editor to study!

The user name and password of mysql is saved in the user table of the mysql library. Find the three user.MYD user.MYI user.frm files in the MySQLdatamysql directory, copy them to your own mysql directory, and you can view the user's hash.

To extract hash with SQL statement is as follows:

Use

Select user,password from user

Get hash:

Test:*085D85329E1557C869A120C9157315A07D51E8A7

Ogame:*085D85329E1557C869A120C9157315A07D51E8A7

Iii6_com:*085D85329E1557C869A120C9157315A07D51E8A7

Root:*5D0B157F0A3BB4DB1A0092B4F270FBDA486EC6EB

The left side of the colon is the user and the right side is HASH.

The HASH value that begins with a "*" is the HASH of MYSQL5.

The one without the * sign is the old MYSQL HASH (that is, MYSQL323).

Crack:

It can be cracked with passwordspro or cain crackers.

At this point, the study on "how to crack the hash password of mysql" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report