karamkky / HiveNightmare

Exploit allowing you to read registry hives as non-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HiveNightmare

aka SeriousSam. Exploit allowing you to read any registry hives as non-admin.

What is this?

An exploit for HiveNightmare, discovered by @jonasLyk, PoC by @GossiTheDog, powered by Porgs

Scope

Appears to work on all supported versions of Windows 10, where System Protection is enabled (should be enabled by default in most configurations).

How does this work?

The permissions on key registry hives are set to allow all non-admin users to read the files by default, in most Windows 10 configurations. This is an error.

What does the exploit do?

Allows you to read SAM data (sensitive) in Windows 10.

This exploit uses VSC to extract the SAM even when in use, and saves the SAM in current directory as SAM-haxx, for use with whatever cracking tools, or whatever, you want.

Bugs and issues

  • Currently only looks for the first four system recovery snapshots.
  • Haven't added support for dumping SECURITY, SYSTEM etc registry hives yet as I can't be bothered.

Alt Image text

About

Exploit allowing you to read registry hives as non-admin


Languages

Language:C++ 100.0%