1308590 matches found
CVE-2024-49113-Checker
CVE-2024-49113-Checker Script to test whether your environment is potentially vulnerable to CVE-2024-49113 LDAP Nightmare. This script performs: RPC connectivity checks LDAP port tests Netlogon service validation LDAP callback verification root@kitploit: usage : python CVE-2024-49113-checker.py...
CVE-2021-4034
CVE-2021-4034 Precompiled builds for CVE-2021-4034. Of course you shouldn't trust precompiled builds : This release works slightly different: first a minimal shared object is created. This object is packaged into the main binary and dropped upon execution. Musl is used for compilation to minimize...
desc_race
descrace iOS 15.1 kernel exploit POC for CVE-2021-30955 Huge thanks to @realBrightiup for the awesome bug and exploit stratergy. His writeup can be found at: https://www.cyberkl.com/cvelist/cvedetail/24...
Compiled-PoC-Binary-For-CVE-2023-28252
Compiled PoC Binary For CVE-2023-28252 The repo contains a precompiled binary which can be run on a Windows machine vulnerable to CVE-2023-28252 The precompiled binary is a slightly modified version of the PoC exploit seen in fortra's repo. The file can be run with the following arguments:...
Security-CVE-2026-41940-cPanel-WHM-WP2
This repository does not have a README...
cve-2026-41679
CVE-2026-41679 Introduction This POC tests if a paperclip ai instance is vulnerable for CVE-2026-41679. It follows the steps of found in this article. Usage Execute the following commands: root@kitploit: git clone [email protected]:bartfroklage/cve-2026-41679.git cd cve-2026-41679 python3 -m...
CVE-2021-4034
CVE-2021-4034 CVE-2021-4034 in Bash Script Usage: source curl -s https://raw.githubusercontent.com/azminawwar/CVE-2021-4034/main/exploit.sh...
log4j-exploit-builder
log4j-exploit-builder Script to create a log4j CVE-2021-44228 exploit with support for different methods of getting a reverse shell NOTE: The code was speedrunned and will improve in the future...
CVE-2021-3156
CVE-2021-3156 Exploit for CVE-2021-3156...
RS4LOGJ-CVE-2021-44228
RS4LOGJ-CVE-2021-44228 Apache Log4j vulnerability - CVE-2021-44228 instructions for Remote Syslog: Remote Syslog uses the Elasticsearch module to save logging. Effected products: RSv2 RSE RSX RSC is not effected. Check: Check version: root@kitploit: curl -XGET 'http://localhost:9200' Output:...
jinjava-cve-2026-25526-poc
Step-by-step exploit all 9 steps: mvn exec:java -Dexec.mainClass=ExploitHarness -q 2. Final exploit chains file creation, file read, info disclosure: mvn exec:java -Dexec.mainClass=ExploitFinal -q 3. File content exfiltration reads /etc/passwd, /etc/hosts: mvn exec:java...
check-cve-2026-31431
This script is entirely generated by Claude. I'm not that expert, I just needed a small script to check whether my few servers were vulnerable or not...
CVE-2021-4034
CVE-2021-4034 This is an exploit created for CVE-2021-4034 meant as a POC. It is based off the info at https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt. How to use it: Download the exploit folder. Compile prog.c with gcc prog.c Go to the GCONVPATH=. folder and ensure that the "code" fil...
CVE-2021-4034-Pwnkit
CVE-2021-4034 PoC for PwnKit: Local Privilege Escalation Vulnerability in polkit’s pkexec CVE-2021-4034 https://seclists.org/oss-sec/2022/q1/80...
CVE-2021-4034
CVE-2021-4034 This repository contains the exploit for vulnerability CVE-2021-4034 . Steps: 1. gcc cve-2022-4034 -o cve-2022-4034 2 ./cve-2022-4034...
Spring4Shell-CVE-2022-22965-Exploitation-Attempt
This repository does not have a README...
CVE-2026-1312-Testing
CVE-2026-1312 Reproduction Clone the Repository Setup Requirements: Python 3.12 installed Docker Desktop installed and running Run the Script ./runcve20261312.sh Files runcve20261312.sh Main execution script docker-compose.yml Docker configuration .dockerfile Docker image setup requirements.txt...
CVE-2021-45105-demo
This repository does not have a README...
skeleton
Skeleton(但发音像 Peloton) 针对 Peloton Bike 上 CVE-2021-0326 的零点击 RCE 漏洞利用 同时也适用于所有其他未修补的 Android 设备 PoC 需要禁用 ASLR。 相关博客文章:https://www.nowsecure.com/blog/2022/02/09/a-zero-click-rce-exploit-for-the-peloton-bike-and-also-every-other-unpatched-android-device/...
cpanel2shell-honeypot
cPanel2Shell 蜜罐 一个用 Rust 编写的蜜罐,用于模拟存在 CVE-2026-41940(cPanel2Shell 身份验证绕过)漏洞的 cPanel/WHM 实例。 概述 该蜜罐模拟了 cPanel2Shell 漏洞扫描器所使用的响应序列: 1. 返回带有必需逗号分隔格式的会话 Cookie 2. 将经过身份验证的请求重定向到会话令牌路径 3. 在令牌端点上提供 msgcode:expiredsession 标记 通过初始探测的攻击者会被引导至一个由内存虚拟文件系统支持的伪 bash shell 中。 功能特性 多端口监听(默认 2083/cPanel、2087/WHM...