Lucene search
+L

18538 matches found

Kitploit
Kitploit
added 2026/09/22 3:10 a.m.11 views

usn_analytics

USN Analytics Build root@kitploit: git clone https://github.com/4n6ist/usnanalytics.git Linux root@kitploit: sudo dnf groupinstall development-tools // Fedora sudo dnf install glibc-static libstdc++-static // Fedora sudo apt-get install build-essential // Debian/Ubuntu cd usnanalytics make Window...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 2:55 a.m.27 views

f32

The f32 is an ultra-compact ESP32 development board designed to mount directly behind a USB-C receptacle. The PCB measures just 9.85 mm x 8.45 mm. It's powered by the ESP32-C3FH4 microcontroller and was created primarily for research and as a bit of a stress test for the ESP32, since it...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 2:55 a.m.15 views

NovaHypervisor

NovaHypervisor Description NovaHypervisor is a defensive x64 Intel host based hypervisor. The goal of this project is to protect against kernel based attacks either via Bring Your Own Vulnerable Driver BYOVD or other means by safeguarding defense products AntiVirus / Endpoint Protection and kerne...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 2:55 a.m.12 views

Koh

Koh Koh is a C and Beacon Object File BOF toolset that allows for the capture of user credential material via purposeful token/logon session leakage. Some code was inspired by Elad Shamir's Internal-Monologue project no license, as well as KB180548. For why this is possible and Koh's approeach, s...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 2:52 a.m.175 views

charlotte

charlotte c++ fully undetected shellcode launcher ; releasing this to celebrate the birth of my newborn description 13/05/2021: 1. c++ shellcode launcher, fully undetected 0/26 as of 13th May 2021. 2. dynamic invoking of win32 api functions 3. XOR encryption of shellcode and function names 4...

5.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 2:42 a.m.11 views

shellex

shellex WARNING : the ugliest code in the world C-shellcode to hex converter. Please, consider make a donation: https://github.com/sponsors/therealdreg Handy tool for paste & execute shellcodes in IDA PRO, gdb, windbg, radare2, ollydbg, x64dbg, immunity debugger & 010 editor. Are you having...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 2:39 a.m.91 views

autoharness

AutoHarness Created by Akshat Parikh What is this tool? AutoHarness is a tool that automatically generates fuzzing harnesses for you. This idea stems from a concurrent problem in fuzzing codebases today: large codebases have thousands of functions and pieces of code that can be embedded fairly de...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 2:39 a.m.19 views

MCPDebugger

Fatmike's MCP Debugger Server Introduction This project is a self-made, lightweight MCP Debugger Server developed for learning and experimentation. The MCP Debugger Server exposes debugger functionality as MCP tools, enabling external MCP clients to control execution, inspect memory, and analyze...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 2:32 a.m.66 views

pe-sieve

Intro PE-sieve is a tool that helps to detect malware running on the system, as well as to collect the potentially malicious material for further analysis. Recognizes and dumps variety of implants within the scanned process: replaced/injected PEs, shellcodes, hooks, and other in-memory patches...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/22 2:32 a.m.16 views

smack

SMACK is both a modular software verification toolchain and a self-contained software verifier. It can be used to verify the assertions in its input programs. In its default mode, assertions are verified up to a given bound on loop iterations and recursion depth; it contains experimental support...

5.6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 2:24 a.m.10 views

CVE-2020-8277

CVE-2020-8277 For educational purposes only. Quick Run root@kitploit: clone this repository $ git clone https://github.com/masahiro331/CVE-2020-8277 run bind $ docker build -t bind-local ./bind Need TCP fallback $ docker run --rm --name bind -it -p 53:53 -p 53:53/udp bind use " v15.2.1" version I...

7.5CVSS7.4AI score0.54164EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 2:22 a.m.12 views

CIMplant

CIMplant C port of WMImplant which uses either CIM or WMI to query remote systems. It can use provided credentials or the current user's session. Note: Some commands will use PowerShell in combination with WMI, denoted with in the --show-commands command. Introduction CIMplant is a C rewrite and...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 2:22 a.m.17 views

ExportHider

ExportHider ExportHider generates a C++ DLL template which contains a code stub that allows you to hide Exported Functions from the Export Directory of the DLL on the filesystem. After putting the function definitions and compiling the file, you won't see the hidden export functions through PE Fi...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 2:14 a.m.11 views

byvalver

byvalver ·𐑚𐑲𐑝𐑨𐑤𐑝𐑼 THE SHELLCODE BAD-BYTE BANISHER...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 1:58 a.m.106 views

dnsenum

README - dnsenum.pl VERSION: 1.2.4 multithreaded perl script to enumerate DNS information of a domain and to discover non-contiguous ip blocks. OPERATIONS: root@kitploit: 1 Get the host's addresse A record. 2 Get the namservers threaded. 3 Get the MX record threaded. 4 Perform axfr queries on...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 1:56 a.m.10 views

Shellcode-Injection-Techniques

Shellcode Injection Techniques A collection of C shellcode injection techniques. All techniques use an AES encrypted meterpreter payload. I will be building this project up as I learn, discover or develop more techniques. Note: The project is not intended to be used as-is. If you are going to use...

6.2AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 1:48 a.m.12 views

nano-analyzer

Nano-analyzer A minimal LLM-powered zero-day vulnerability scanner byAISLE. Research prototype for demonstration purposes. This is a simple, single-file harness that is able to detect real zero-day vulnerabilities. Note that it is a prototype, biased towards C/C++ memory safety bugs, and will...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 1:37 a.m.16 views

wasmforge

WasmForge WasmForge compiles Go and C programs to WebAssembly, then packages them as single native binaries. The resulting executables sandbox guest code inside a WASM runtime a per-build fork of wazero. From inside that sandbox, guests get transparent access to networking, raw sockets, Win32 API...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 1:33 a.m.8 views

PowerSharpPack

Sponsored by PowerSharpPack Many useful offensive CSharp Projects wraped into Powershell for easy usage. Why? In my personal opinion offensive Powershell is not dead because of AMSI, Script-block-logging, Constrained Language Mode or other protection features. Any of these mechanisms can be...

6.4AI score
SaveExploits0References77
Kitploit
Kitploit
added 2026/09/22 1:33 a.m.4 views

capstone

Capstone Engine !TIP Welcome to join our community group! Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. Created by Nguyen Anh Quynh, then developed and maintained by a small community, Capsto...

5.9AI score
SaveExploits0References6
Rows per page
Query Builder