Lucene search
+L

26 matches found

Kitploit
Kitploit
added 2026/09/02 12:20 a.m.3 views

BeaconEye

BeaconEye Introduction BeaconEye scans running processes for active CobaltStrike beacons. When processes are found to be running beacon, BeaconEye will monitor each process for C2 activity. How it works BeaconEye will scan live processes or MiniDump files for suspected CobaltStrike beacons. In li...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 8:05 p.m.6 views

POSTDump

POSTDump Otra herramienta para realizar minidump del proceso LSASS usando algunas técnicas para evitar la detección. POSTDump es la implementación en C / .NET de la función minidump de ReactOS como nanodump, evitando así la llamada a la función MiniDumpWriteDump de la API de Windows. El código de...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/01 6:52 p.m.4 views

TrickDump

TrickDump TrickDump dumps the lsass process without creating a Minidump file, generating instead 3 JSON and 1 ZIP file with the memory region dumps. In three steps: Lock : Get OS information using RtlGetVersion. Shock : Get SeDebugPrivilege privilege with NtOpenProcessToken and...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/01 6:09 p.m.8 views

NativeDump

NativeDump NativeDump permite volcar el proceso lsass usando solo NTAPIs generando un archivo Minidump con solo los streams necesarios para ser analizados por herramientas como Mimikatz o Pypykatz SystemInfo, ModuleList y Memory64List Streams. NTOpenProcessToken y NtAdjustPrivilegeToken para...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/01 5:22 p.m.2 views

speakeasy

Speakeasy Speakeasy is a Windows malware emulation framework that executes binaries, drivers, and shellcode in a modeled Windows runtime instead of a full VM. It emulates APIs, process/thread behavior, filesystem, registry, and network activity so samples can keep moving through realistic executi...

5.9AI score
SaveExploits0References21
Kitploit
Kitploit
added 2026/09/01 10:39 a.m.3 views

nanodump

NanoDump Una herramienta flexible que crea un minidump del proceso LSASS. Tabla de contenidos 1. Uso 2. Características 3. Combinación de técnicas 4. Ejemplos 5. Redirectores HTTPS 1. Uso root@kitploit: usage: Z:\nanodump.x64.exe --write C:\Windows\Temp\doc.docx --valid --duplicate...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/08/29 6:18 a.m.5 views

physmem2profit

Physmem2profit Physmem2profit può essere utilizzato per creare un minidump del processo LSASS di un host target analizzando la memoria fisica da remoto. L'intento di questa ricerca è proporre un approccio alternativo al furto di credenziali e creare un framework modulare che possa essere esteso p...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/28 7:30 a.m.4 views

LsassReflectDumping

LsassReflectDumping Questo strumento sfrutta la tecnica di Process Forking utilizzando l'API RtlCreateProcessReflection per clonare il processo lsass.exe. Una volta creato il clone, utilizza i callback MINIDUMPCALLBACKINFORMATION per generare un memory dump del processo clonato. Passaggi Ottenere...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 2:54 a.m.41 views

dumpscan

Public development on this tool has been paused but is still being worked on privately. Expect a massive update Q3/Q4 2024. Dumpscan is a command-line tool designed to extract and dump secrets from kernel and Windows Minidump formats. Kernel-dump parsing is provided by volatility3. Features x509...

5.7AI score
SaveExploits0References12
Kitploit
Kitploit
added 2026/08/28 2:36 a.m.5 views

NtDumpBOF

NtDumpBOF Porting BOF dello strumento https://github.com/ricardojoserf/NativeDump scritto da @ricardojoserf. Importare NtDump.cna ed eseguire: root@kitploit: ntdump Il file minidump verrà creato in memoria e scaricato utilizzando CALLBACKFILE e CALLBACKFILEWRITE. Una volta scaricato, il file sarà...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/27 6:07 a.m.2 views

WSASS

WSASS Questo è uno strumento che utilizza il vecchio programma WerfaultSecure.exe per eseguire il dump della memoria dei processi protetti da PPL Protected Process Light, come LSASS.EXE. L'output è in formato Windows MINIDUMP. Questo strumento sostituisce automaticamente l'intestazione magica"MDM...

5.3AI score
SaveExploits0References1
NVD
NVD
added 2026/08/15 6:21 a.m.7 views

CVE-2026-72216

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: Fix leak when custom dumpsegments addition fails Free allocated minidumpregion 'name' in qcomaddminidumpsegments when failing before adding the region to 'dumpsegments'. Otherwise, the 'name' is not tracked and ...

0.00206EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72216

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: Fix leak when custom dumpsegments addition fails Free allocated minidumpregion 'name' in qcomaddminidumpsegments when failing before adding the region to 'dumpsegments'. Otherwise, the 'name' is not tracked and ...

5.3AI score0.00206EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.31 views

CVE-2026-72216

In the Linux kernel, CVE-2026-72216 affects the remoteproc/qcom path, where a leak occurs when adding custom dump_segments fails. The fix frees the allocated minidump_region 'name' if the region is not added to dump_segments, preventing a leak; it also ensures an error is returned when adding to ...

5.3AI score0.00206EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.26 views

CVE-2026-72216 remoteproc: qcom: Fix leak when custom dump_segments addition fails

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: Fix leak when custom dumpsegments addition fails Free allocated minidumpregion 'name' in qcomaddminidumpsegments when failing before adding the region to 'dumpsegments'. Otherwise, the 'name' is not tracked and ...

0.00206EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:54 a.m.8 views

EUVD-2026-58974

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: Fix leak when custom dumpsegments addition fails Free allocated minidumpregion 'name' in qcomaddminidumpsegments when failing before adding the region to 'dumpsegments'. Otherwise, the 'name' is not tracked and ...

5.4AI score0.00206EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:54 a.m.11 views

CVE-2026-72216 remoteproc: qcom: Fix leak when custom dump_segments addition fails

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: Fix leak when custom dumpsegments addition fails Free allocated minidumpregion 'name' in qcomaddminidumpsegments when failing before adding the region to 'dumpsegments'. Otherwise, the 'name' is not tracked and ...

5.5AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.16 views

PT-2026-72404

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: Fix leak when custom dump segments addition fails Free allocated minidump region 'name' in qcom add minidump segments when failing before adding the region to 'dump segments'. Otherwise, the 'name' is not tracke...

5.3AI score0.00206EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2024/06/16 5:16 p.m.72 views

NativeDump - Dump Lsass Using Only Native APIs By Hand-Crafting Minidump Files (Without MinidumpWriteDump!)

NativeDump allows to dump the lsass process using only NTAPIs generating a Minidump file with only the streams needed to be parsed by tools like Mimikatz or Pypykatz SystemInfo, ModuleList and Memory64List Streams. NTOpenProcessToken and NtAdjustPrivilegeToken to get the "SeDebugPrivilege"...

7.3AI score
SaveExploits0References5
Kitploit
Kitploit
added 2022/05/01 9:30 p.m.242 views

Nanodump - A Crappy LSASS Dumper With No ASCII Art

A flexible tool that creates a minidump of the LSASS process. 1. Features It uses syscalls with SysWhispers2 for most operations. Syscalls are called from an ntdll address to bypass some syscall detections. It sets the syscall callback hook to NULL. Windows APIs are called using dynamic invoke...

7.2AI score
SaveExploits0References7
Rows per page
Query Builder