Lucene search
+L

128 matches found

Kitploit
Kitploit
added 2026/09/09 2:06 a.m.5 views

lucky13

LUCKY13 Exploit This repository contains a proof-of-concept POC exploit for the LUCKY13 vulnerability CVE-2013-0169, which is a timing attack against certain implementations of the CBC Cipher Block Chaining mode of operation in cryptographic systems. The exploit aims to decrypt a target token by...

2.6CVSS7.2AI score0.35584EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/09 1:08 a.m.10 views

Silent_CVE_2019_16394

CVE-2019-16394 A simple POC python script of CVE-2019-16394 Script is adjusted for a french website, you may need to modify it if the website language is different. Install root@kitploit: pip install -r requirements.txt Usage root@kitploit: usage: cve201916394.py -h -u URL -f FILE -v optional...

5.3CVSS7AI score0.07538EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/08 11:51 p.m.8 views

CVE-2023-1545-POC-python

CVE-2023-1545-POC-python CVE-2023-1545-POC con python...

7.5CVSS7.4AI score0.08354EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/08 9:31 p.m.11 views

CVE-2023-27997-POC

Usage: python3 cve-2022-42475.py rhost rport lhost 'command' Exemple: python3 cve-2022-42475.py 192.168.10.1 8443 10.10.1.1 'ls -la /' Disclaimer: This project is made for educational and ethical testing purposes only. Usage of this tool for attacking targets without prior mutual consent is...

9.8CVSS8.3AI score0.99474EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/08 6:29 p.m.11 views

CVE-2026-9082-PoC

python3 poc.py https://target.com...

9.8CVSS7.4AI score0.87892EPSS
SaveExploits17
Kitploit
Kitploit
added 2026/09/08 5:14 p.m.6 views

CVE-2022-46169

CVE-2022-46169 Setup root@kitploit: git clone https://github.com/miko550/CVE-2022-46169.git cd CVE-2022-46169 Usage root@kitploit: usage: CVE-2022-46169.py -h -t TARGET -l LIST options: -h, --help show this help message and exit -t TARGET, --target TARGET The URL of the target, eg: http://127.0.0...

9.8CVSS8.5AI score0.99826EPSS
SaveExploits48References2
Kitploit
Kitploit
added 2026/09/08 4:28 p.m.8 views

CVE-2024-20767

Proof of Concept script for CVE-2024-20767 Overview get-the-files.py is a Python script that exploits a vulnerability in Adobe ColdFusion Servers CVE-2024-20767 to read files from the server. The script is based on a method outlined at https://jeva.cc/2973.html. Disclaimer This script is provided...

7.4CVSS7.8AI score0.98514EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/08 2:22 p.m.6 views

CVE-2025-58434-PoC

CVE-2025-58434 PoC Python proof-of-concept script for triggering POST /api/v1/account/forgot-password. ⚠️ For educational and authorized security research only. Running this tool against systems you do not own or lack written permission to test is illegal. Credit zaddy6 Isaac David arthurgervais...

9.8CVSS6.8AI score0.49894EPSS
SaveExploits15References1
Kitploit
Kitploit
added 2026/09/08 1:06 p.m.8 views

CVE-2026-5426

CVE-2026-5426 ⚡ 简单使用 请仅在安全且获得授权的环境中使用本项目,例如: 本地虚拟机 Docker 容器 隔离的实验环境 已授权的渗透测试环境 示例设置: root@kitploit: git clone cd 示例用法: root@kitploit: 测试单个目标是否存在漏洞 python cve-2026-5426.py -t https://example.com 从文件扫描多个目标 python cve-2026-5426.py -t targets.txt 在存在漏洞的目标上执行命令 python cve-2026-5426.py -t...

9.1CVSS6.2AI score0.01008EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 3:52 a.m.4 views

CVE-2026-53805

cve-id ⚡ Simple Usage Use this project only in safe and authorized environments such as: Local virtual machines Docker containers Isolated lab setups Authorized penetration testing environments Example setup: root@kitploit: git clone cd Project use python follow below Create a virtual environment...

9.8CVSS8.1AI score0.04028EPSS
SaveExploits30
Kitploit
Kitploit
added 2026/09/08 12:46 a.m.6 views

CVE-2021-23017-PoC

CVE-2021-23017-PoC python3 poc.py --target 172.1.16.100 --dnsserver 172.1.16.1...

7.7CVSS7.7AI score0.53461EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/07 5:50 p.m.7 views

CVE-2026-8037-POC

CVE-2026-8037-POC Includes executable command detection and one-click getshell requires server deployment service pco.yaml can be used with nuclei for quick detection Quick Start Interactive Mode root@kitploit: python go.py Enter target URL → select function menu. Detection Target root@kitploit:...

9.8CVSS8.2AI score0.99571EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/07 5:22 p.m.6 views

CVE-2025-49132_poc

CVE-2025-49132 PoC Improved This is an improved version of the CVE-2025-49132 proof of concept exploit. CVE Information CVE ID : CVE-2025-49132 NVD Reference : https://nvd.nist.gov/vuln/detail/cve-2025-49132 Wiz Database : https://www.wiz.io/vulnerability-database/cve/cve-2025-49132 Original Work...

10CVSS6AI score0.54677EPSS
SaveExploits30References1
Kitploit
Kitploit
added 2026/09/07 5:10 p.m.4 views

CVE-2024-24919

Intro Simple POC Python script that check & leverage Check Point CVE-2024-24919 vulnerability Wrong Check Point; vulnerable to arbitrary file reading. Requirements Python 3 Pip Required Library/Module Install via PIP requests urllib3 tqdm How To Run root@kitploit: PS C:\ python CVE-2024-24919.py...

8.6CVSS7.9AI score0.99978EPSS
SaveExploits53
Kitploit
Kitploit
added 2026/09/07 4:08 p.m.7 views

CVE-2024-21413

CVE-2024-21413 This Python script is used to abuse the CVE-2024-21413 coined "MonikerLink" TryHackMe Room: MonikerLink Assumptions This PoC has been created for a lab environment which means the server needs to be configured in a specific setting i.e. TLS authentication is not supported for...

9.8CVSS7.7AI score0.9466EPSS
SaveExploits24References1
Kitploit
Kitploit
added 2026/09/07 10:04 a.m.11 views

XSS2Shell

XSS2Shell ULTIMATE v3.0 WordPress Pre-Auth XSS → RCE Chain Exploit Developed by G0D150NE 📌 Features 🔍 Auto-detect XSS & WordPress version 🎯 3 Modes: Auto, XSS, Direct 📡 Callback server to capture credentials 🐚 WebShell with multiple execution methods 🔄 Persistence cron job, hidden admin,...

8AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/08/24 12:46 p.m.33 views

Exploit for CVE-2026-18963

POC-CVE-20...

9.1CVSS5.5AI score0.03177EPSS
SaveExploits13
GithubExploit
GithubExploit
added 2026/08/13 8:09 p.m.39 views

Exploit for Path Traversal in Apache Http_Server

CVE-2021-41773 — Apache HTTP Server 2.4.49 Lab Reproduction o...

9.8CVSS8.8AI score0.99992EPSS
SaveExploits165
GithubExploit
GithubExploit
added 2026/08/10 2:16 p.m.22 views

react2shell-poc

React2Shell PoC CVE-2025-55182 Skrip Proof of Concept PoC...

10CVSS7.5AI score0.99802EPSS
SaveExploits391
GithubExploit
GithubExploit
added 2026/03/13 10:23 a.m.268 views

Exploit for CVE-2026-29000

CVE-2026-29000 – pac4j JWT Authentication Bypass Python PoC...

9.3CVSS6AI score0.05856EPSS
SaveExploits17
Rows per page
Query Builder