Skip to content

A .NET tool for interacting with Windows LSA secrets, manipulating privileges, and token impersonation

License

Notifications You must be signed in to change notification settings

5Fingers/LSAExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

version python versions Windows

LSAExplorer

LSAExplorer is a C# .NET tool designed to interact with the Windows Local Security Authority (LSA), manipulate privileges, impersonate tokens, and access sensitive registry secrets. It provides detailed insights into LSA secrets and allows for privilege elevation for advanced operations.


Features

  • LSA Secret Management: Access and retrieve sensitive LSA secrets and their timestamps from the registry.
  • Privilege Elevation: Elevate the current process to SYSTEM-level privileges using token manipulation.
  • Token Impersonation: Open and duplicate tokens to impersonate logged-on users.
  • Registry Secret Access: Interact with and retrieve registry keys under HKLM\SECURITY\Policy\Secrets.
  • Winlogon Process Query: Automatically locate the winlogon process ID for SYSTEM impersonation.

Usage

  1. Clone the repository:

    git clone https://github.com/yourusername/LSAExplorer.git
    cd LSAExplorer
  2. Open the solution in Visual Studio.

  3. Build the project for your target platform (x64/x86).

  4. Run the compiled executable with Administrator privileges.

  5. Launch the executable with elevated privileges:

    LSAExplorer.exe
  6. The tool will:

    • Attempt to open and query registry keys under HKLM\SECURITY\Policy\Secrets.
    • Elevate privileges to SYSTEM if required (optional).
    • Read and display LSA secrets, including current and old values along with timestamps.
  7. Logs and output will be displayed in the console.


Disclaimer

This tool is intended for Ethical and Educational Use Only!
Use it only in environments where you have explicit permission to perform security operations.
The author are not liable for any misuse or damages caused by this tool.


License

LSAExplorer is released under the MIT License.

About

A .NET tool for interacting with Windows LSA secrets, manipulating privileges, and token impersonation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages