18910 matches found
cve-2025-59934
cve-2025-59934 cve-2025-59934 PoC...
PoC-CVE-2021-4034
PoC-CVE-2021-4034 PoC reference https://github.com/arthepsy/CVE-2021-4034 https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt Usage: gcc PoC.c -o PoC ./PoC...
CVE-2024-47575-POC
CVE-2024-47575-POC CVE POC Exploit...
Apache-struts-cve-2024-53677
ثغرة تنفيذ التعليمات البرمجية عن بُعد في Apache Struts معرّف CVE: CVE-2024-53677 يوتيوب: فيديو إثبات المفهوم الإسناد: CVE-2024-53677-S2-067...
CVE-2026-27607
CVE-2026-27607 CVE-2026-27607에 대한 개념 증명PoC으로, GHSA-w5fh-f8xh-5x3p로 게시되었습니다. 실행 Node.js와 docker + compose가 필요합니다. 의존성 설치: npm ci 취약한 RustFS 인스턴스 시작: docker compose up 시작 완료 대기 데모 실행: ./exploit.js...
CVE-2026-24061-POC
CVE-2026-24061-POC echo "cat /etc/passwd; id;" | python poc2.py TARGET 23 1. Connection Timeout Location: Line 25 in establishconnection method python self.connection.settimeout10 -- Adjustable connection timeout Purpose: Controls how long to wait for initial TCP connection to the target...
hui2ochko
The code in this repo is a PoC for CVE-2021-43848 and of very low quality. I have no plans to maintain it in any way...
CVE-2026-55957-PoC
This repository does not have a README...
f_poc_cve-2021-4034
fpoccve-2021-4034 الاستخدام root@kitploit: cd /tmp git clone https://github.com/jcatala/fpoccve-2021-4034/ cd fpoccve-2021-4034 gcc -fPIC -c ISO646.c ld -shared -shared ISO646.o -o s.so gcc f.c -o f ./f...
cve-2025-61984-poc
لا يحتوي هذا المستودع على ملف README...
CopyFail-Experiment
Just an experiment to verify that the LLM can find this vuln and construct a working exploit. Usage root@kitploit: gcc -o poc poc.c ./poc...
CVE-2021-2175
Proof of Concept is published here: https://databasesecurityninja.wordpress.com/2022/02/02/cve-2021-2175-database-vault-metadata-exposure-vulnerability/...
KSMBD-CVE-2025-37947
CVE-2025-37947 PoC for ksmbd For more information, see the article here. Files bpf-tracer.sh - BPF msgmsg tracer CVE-2025-37947.c - exploit for CVE-2025-37947 proof-of-concept.c - minimal trigger that causes the OOB write ksmbd.conf - ksmbd config Makefile - builds exploit run-qemu.sh -...
CVE-2023-50164-PoC
CVE-2023-50164 Apache Struts path traversal to RCE vulnerability - Proof of Concept This PoC has been made to test an RCE Remote Code Execution by exploiting the Apache Struts2 vulnerability. Build the image and run a container: root@kitploit: $ DOCKERBUILDKIT=1 docker build . -t struts2-rce-poc ...
CVE-2026-33453
Apache Camel 4.18.0 — تقييم أمني لثغرات CVE ثلاث ثغرات حرجة في Apache Camel 4.18.0، تم اكتشافها والتحقق منها بشكل مستقل مع استغلالات PoC عاملة...
log4j_github_repository
This work includes testing and improvement tools for CVE-2021-44228log4j The purpose of this study is to list useful tools that the blue and red team can use against the Log4j vulnerability. Github links bypass tools, scanning, detection mechanisms, etc. can be used for. Scanning or POC 🔴 Title:...
CVE-2022-25765
CVE-2022-25765 — pdfkit PoC for CVE-2022-25765 , affecting vulnerable versions of pdfkit. Tested with pdfkit 0.8.6. Requirements Python 3.x requests colorama Install dependencies: root@kitploit: pip3 install -r requirements.txt Or manually: root@kitploit: pip3 install requests colorama Usage...
CVE-2026-2461-poc
Ce depot n’a pas de fichier README...
CVE-2026-23744
CVE-2026-23744 – Proof of Concept The Python script in this PoC sends a simple HTTP request to the target host running MCPJam inspector version replace with your listening port Then, open another shell, and run the PoC: root@kitploit: cd CVE-2026-23744 python3 exploit.py References REC in MCPJam...
copy-fail-CVE-2026-31431-C
copy-fail-CVE-2026-31431-C Vérifié sur Ubuntu 24, Ubuntu 25, Kali 2026. root@kitploit: gcc -o exploit exploit.c -lz && chmod +x exploit && ./exploit Compilation statique root@kitploit: sudo apt install zlib1g-dev gcc -static -o exploit exploit.c -lz ou root@kitploit: aarch64-linux-gnu-gcc -o...