Lucene search
+L

144593 matches found

Kitploit
Kitploit
added 2026/09/04 2:31 a.m.4 views

py

if you find any bugs report it at Github user issues Still in development Support win7 to win11(last) MCP 配置 / MCP 使用方法 PYArkClient 内置一个 MCP Streamable HTTP 服务端 ,任意 MCP 客户端(Claude Code / Claude Desktop / CodePilot 等)都能调用它提供的内核级 ARK 工具(进程 / 线程 / 模块 / 内存 / SSDT / 回调 / 注入 / dump 等)。 1. 前置条件 以 管理员...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 2:30 a.m.10 views

moonwalk

moonwalk: DLL Base Address Finder This Rust library and CLI tool demonstrates an alternative method to find the base address of loaded DLLs without using a Process Environment Block PEB walk. This technique is particularly useful in scenarios where PEB walking might be detected or blocked. Branch...

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

sleep_python_bridge

Cobalt Strike Sleep Python Bridge This project is 'bridge' between the sleep and python language. It allows the control of a Cobalt Strike teamserver through python without the need for the standard GUI client. NOTE: This project is very much in BETA. The goal is to provide a playground for testi...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 2:27 a.m.9 views

skill-scanner v2.0.14

Skill Scanner A best-effort security scanner for AI Agent Skills that detects prompt injection, data exfiltration, and malicious code patterns. Combines pattern-based detection YAML + YARA, LLM-as-a-judge , and behavioral dataflow analysis to maximize detection coverage of probable threats while...

5.9AI score
SaveExploits0References18
Kitploit
Kitploit
added 2026/09/04 2:27 a.m.6 views

delete-self-poc

🗑️ delete-self-poc The delete-self-poc is a demonstration of a method to delete a locked executable or currently running file from disk. This concept was initially discovered by Jonas Lykkegaard, and I have created the proof of concept POC for it. Additionally, it can be used to delete locked file...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 2:22 a.m.7 views

PANIX

PANIX - Persistence Against NIX PANIX is a powerful, modular, and highly customizable Linux persistence framework designed for security researchers, detection engineers, penetration testers, CTF enthusiasts, and more. Built with versatility in mind, PANIX emphasizes functionality, making it an...

6.3AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/04 2:21 a.m.9 views

dcshadow

!WARNING DO NOT RUN IN PRODUCTION. This is meant for lab testing, for blue teams to work on identifying IoCs, event types, and behavior. Also, this tool is provided as-is. No support is planned apart from standard review on pull requests you may want to create. Don't run this from a Windows host...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 2:11 a.m.8 views

CVE-2024-36587

CVE-2024-36587 - dnscrypt-proxy Local Privilege Escalation Overview Vulnerability Description : When installing the dnscrypt-proxy service, it trusts and registers executables in the current directory, allowing privilege escalation by inserting a malicious binary. Affected Versions : dnscrypt-pro...

7.8CVSS7.4AI score0.00173EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/04 2:07 a.m.10 views

MasterHttpRelayVPN-RUST v1.9.37

mhrv-rs — bypass censorship for free, with your own Google account A small program that runs on your computer and lets you visit blocked websites for free, using a Google Apps Script you deploy in your own free Google account. Your ISP only sees encrypted traffic towww.google.com — it can't tell...

5.8AI score
SaveExploits0References24
Kitploit
Kitploit
added 2026/09/04 2:06 a.m.6 views

CVE-2021-3156

Project Title Exploit generator for CVE-2021-3156 sudo Installation 1. Install dependencies ./install.sh 2. Run exploit generator: ./run.sh 3. If the system's sudo version is vulnerable, an exploit is generated for the installed version 4. The exploit is generated in exploit.c and the binary...

7.8CVSS7.2AI score0.99969EPSS
SaveExploits83References1
Kitploit
Kitploit
added 2026/09/04 1:55 a.m.7 views

SoliditySecurity

What's this This post aims to be a relatively in-depth and up-to-date introductory post detailing the past mistakes that have been made by Solidity developers in an effort to prevent future devs from repeating history. Table of Contents 1. Re-Entrancy The Vulnerability Preventative Techniques...

7.5CVSS7.4AI score0.02665EPSS
SaveExploits2References25
Kitploit
Kitploit
added 2026/09/04 1:48 a.m.9 views

UniPwn

Unitree Robot BLE Service Command Injection Analysis Author: Bin4ry aka Andreas Makris [email protected] Co-Author: h0stile aka Kevin Finisterre Contributor: legion1581 aka Konstantin Severov from theroboverse helped to fix the payload for the injection and proved it with a fully working PoC...

8.2CVSS6AI score0.02663EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/04 1:47 a.m.9 views

pipe-intercept

pipe-intercept Intercept Windows Named Pipes communication using Burp or similar HTTP proxy tools Named Pipes are very popular for interprocess communication on Windows. They are used in many applications, including Windows Remote Procedure Call RPC. The purpose of this tool is to allow security...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 1:47 a.m.10 views

AsmLdr

AsmLdr: A Dynamic Shellcode Loader for Windows x64 Overview AsmLdr is an advanced shellcode loader implemented in x64 assembly language, designed for Windows x64 environments. Its primary purpose is to execute encrypted payloads while minimizing detection by advanced antivirus software, endpoint...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 12:51 a.m.7 views

legion

NOTICE The Legion repository is moving to https://github.com/hackman238/legion. All future releases, updates, etc will occur from there. Big improvements on the way! This repo under this organiztion will no longer be maintained. ✨ About Legion, a fork of SECFORCE's Sparta, is an open source,...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 12:50 a.m.179 views

gdbfuzz

GDBFuzz: Debugger-Driven Fuzzing This is the companion code for the paper: 'Fuzzing Embedded Systems using Debugger Interfaces'. A preprint of the paper can be found here https://publications.cispa.saarland/3950/. The code allows the users to reproduce and extend the results reported in the paper...

6.8AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/04 12:50 a.m.6 views

FullBypass

FullBypass A tool which bypasses AMSI AntiMalware Scan Interface and PowerShell CLM Constrained Language Mode and gives you a FullLanguage PowerShell reverse shell. root@kitploit: P.S Please do not use in unethical hacking and follow all rules and regulations of laws Usage: First, Download the...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 12:49 a.m.6 views

0xsp-Mongoose

Support the project for continuous development ETH 0xf340c15c5e669a4ababab856e9f2bccd659d6e42 0xsp Mongoose RED for Windows Current Release 2.2.0 0xsp mongoose red version is provided to assist your needs during cyber security simulation, by using this version you will be able to audit a targeted...

7.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 12:49 a.m.7 views

recon

The project has moved to monorepo. See https://github.com/pownjs/pown for more information. Recon Recon is a target reconnaissance framework powered by knowledge graphs. Using knowledge graphs instead of flat table representation is easier to find the relationships between different types of...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/04 12:44 a.m.6 views

SECMON

SECMON - Infosec Watching Tool -red Description SECMON is a web-based tool for the automation of and with a web interface...

5.9AI score
SaveExploits0
Rows per page
Query Builder