Lucene search
+L

131 matches found

Kitploit
Kitploit
added 2026/09/02 2:52 a.m.2 views

NyxInvoke

NyxInvoke NyxInvoke is a versatile Rust-based tool designed for executing .NET assemblies, PowerShell commands/scripts, Beacon Object Files BOFs and PE files with built-in Ntdll Unhooking, patchless AMSI and ETW bypass capabilities. It can be compiled as either a standalone executable or a DLL...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 12:02 a.m.3 views

NTDLL-Unhook

NTDLL Unhook proper ntdll .text section unhooking via native api. x86/x64/wow64 supported. How It Works The program walks the PEB to locate ntdll.dll base address and manually parses the PE export table to resolve NT API functions without touching the Import Address Table. It then uses NtOpenFile...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 11:48 p.m.6 views

nim-loader

nim-loader un proyecto muy tosco y en progreso de aventura aprendiendo nim combinando recursos para crear un cargador de shellcode que implementa técnicas comunes de evasión de EDR/AV. ¡Esto es un desastre y es solo con fines de investigación! Por favor, no esperes que compile y se ejecute sin tu...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 10:24 p.m.5 views

HallWatch

HallWatch Copyright C 2026 Adam Zypherion — licenciado bajo GPL-3.0. Las syscalls indirectas son simples una vez que has visto una. El loader recorre ntdll, lee el SSN del prólogo de Nt, encuentra los dos bytes 0F 05 un poco más adelante, establece r10/rax/rdx/r8/r9 por sí mismo, y salta jmp...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 9:24 p.m.5 views

MalDev

MalDev Hey! Welcome to my repo : I am Captain Magma, a passionate individual dedicated to cybersecurity, malware development, and analysis. The design for this repository is to manage my MalDev road-path as I learn and update this repository with my notes and code. I am not the author of any of...

5.9AI score
SaveExploits0References79
Kitploit
Kitploit
added 2026/08/30 3:26 p.m.4 views

WTSRM

WTSRM - Writing Tiny Small Reliable Malware demo repository for my corresponding talk. Unhooks all Windows Dlls with \KnownDlls\ No CRT dependencies Small size Low entropy Random string encryption key thus no plaintext strings API hashing Hook detection Walks around hooks for initial unhooking on...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 10:20 p.m.5 views

ntqueueapcthreadex-ntdll-gadget-injection

🧪 NtQueueApcThreadEx NTDLL-Gadget-Injektion Einführung Diese neuartige Methode, NtQueueApcThreadEx zu verwenden, indem die Parameter ApcRoutine und SystemArgument0-3 missbraucht werden und ein zufälliges pop r32; ret-Gadget übergeben wird, kann für eine heimliche Code-Injektion genutzt werden. In...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/28 10:20 p.m.5 views

MemFiles

MemFiles DICHIARAZIONE DI NON RESPONSABILITÀ: Questo progetto è complesso e se non si capisce come funziona e non lo si testa adeguatamente, si rischia di mandare in crash i Beacon e perdere l'accesso! Ti consiglio vivamente di leggere tutta la documentazione fino alla sezione "Dettagli tecnici,...

5.9AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/08/28 9:53 p.m.5 views

ntdlll-unhooking-collection

Questo repository non contiene un README...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 9:53 p.m.3 views

NTDLLReflection

NTDLLReflection Bypassa gli hook EDR in Userland caricando in memoria una Ntdll riflessiva da un server remoto basato sul ReleaseID di Windows, per evitare di aprire un handle verso ntdll, e invoca le API esportate dalla tabella di esportazione...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 9:29 p.m.3 views

PE-Obfuscator

PE-Obfuscator Obfuscator di PE progettato con l'Evasion in mente, richiede privilegi di amministratore per caricare il driver RTCore64. Video: https://user-images.githubusercontent.com/123980007/234171901-c1eb735e-ceca-481d-9310-02ba30f6836b.mp4 L'Obfuscator : root@kitploit: - Ottiene un PE...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/28 6:39 p.m.5 views

Fuck-Etw

「⚙️」Bypass di ETW e Unhooking di Ntdll Bypassa l'Event Trace Windows ETW e rimuovi l'hook di ntdll. root@kitploit: |\ /| | \ /\ \ /|\ /| | /| || /| \ / /| / | | | | | | || | | / / | | | | | | | | | | | || | | | | | | | | | | | | | || | | \ \ | | | | || || | | | || /| / \ | /\ | | | | |/ /|/...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 6:38 a.m.4 views

CallstackSpoofingPOC

Callstack spoofing + Indirect Syscalls POC यह प्रोजेक्ट एक साधारण C++ सेल्फ-इंजेक्टिंग ड्रॉपर है जो EDR एवेज़न POC पर केंद्रित है। इसे लागू करने के लिए, मैंने Windows Thread Pooling का उपयोग कॉल स्टैक को छिपाने के लिए और indirect syscalls का उपयोग NTDLL में हुकिंग से बचने के लिए संयुक्त रूप से कि...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 6:35 a.m.4 views

LdrLibraryEx

LdrLibraryEx Eine kleine x64-Bibliothek zum Laden von DLLs in den Speicher. Eigenschaften geringe Abhängigkeiten & wenige verwendete Funktionen nur ntdll.dll wird verwendet positionsunabhängiger Code leichtgewichtig und minimal einfach zu verwenden Module aus dem Speicher laden Module von der...

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

RefleXXion

Introduzione RefleXXion è un'utilità progettata per aiutare a bypassare gli hook in modalità utente utilizzati da AV/EPP/EDR ecc. Per bypassare gli hook in modalità utente, prima raccoglie i numeri di syscall di NtOpenFile, NtCreateSection, NtOpenSection e NtMapViewOfSection trovati nell'array...

5.9AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/01/07 9:28 a.m.16 views

CVE-2019-12899

Delta Electronics DeviceNet Builder 2.04 has a User Mode Write AV starting at ntdll!RtlQueueWorkItem+0x00000000000005e3...

9.8CVSS7AI score0.01732EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2019-4474

Malware in sbrugna...

7.5CVSS7.6AI score0.01481EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2017-2399

Malware in sbrugna...

7.8CVSS7.7AI score0.0031EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2019-7399

Malware in sbrugna...

7.5CVSS7.5AI score0.01323EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2017-2381

Malware in sbrugna...

7.8CVSS7.9AI score0.01639EPSS
SaveExploits0References3
Rows per page
Query Builder