Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/twosevenonet/wsass
ExploitationPost-ExploitationPenetration TestingRed TeamingAdversarial Attack
GitHubtwosevenonet/wsass

WSASS

This is the tool to dump the LSASS process on modern Windows 11

View Repository
5937043 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

WSASS

This is a tool that uses the old WerfaultSecure.exe program to dump the memory of processes protected by PPL (Protected Process Light), such as LSASS.EXE. The output is in Windows MINIDUMP format.

This tool automatically replaces the "MDMP" magic header with a PNG magic header. After the dump is complete, you need to restore the original 4-byte magic at the beginning of the file with the original 4 bytes: {0x4D, 0x44, 0x4D, 0x50} "MDMP".

Command Line Syntax

WSASS.exe path_to_werfaultsecure.exe target_PID

Example: WSASS.exe C:\TMP\WerfaultSecure.exe 888

Links

Using WSASS to dump LSASS

Tool to run process with PPL without driver

Demo Video

Youtube: https://www.youtube.com/watch?v=FZ20oQ-pVwg

🐦 Enjoying my work? Support the journey by following me on X

Twitter Follow

Tools For Security Researcher and Hacker

Download Tool

Essential tools that every security researcher and hacker should have in their toolkit:

Essential Tools For Security Researcher and Hacker

READING

Some books you should read to sharpen your cybersecurity skills, especially in offensive security:

Books on Programming and Cybersecurity recommended by Zero Salarium Researchers

Author:

Two Seven One Three