12883 matches found
vinieger-CVE-2025-48384-Dockerfile
vinieger-CVE-2025-48384-Dockerfile This provised a PoC dockerfile image for CVE-2025-48384, related to https://github.com/vinieger/CVE-2025-48384, so it can be tested inside a Kubernetes cluster. Deploying it to GKE: Building and Publishing to GCP registry: change your registry path root@kitploit...
vendor-android-cves
vendor-android-cves Collections of our POCs/fuzzing scripts/harness for vendor android CVEs, including those on BlackHat ASIA 2022: https://www.blackhat.com/asia-22/briefings/schedule/the-hidden-rce-surfaces-that-control-the-droids-26083 Update: I've received news about the SMT exploit in this...
CVE-2025-49113-PoC
CVE-2025-49113 Roundcube RCE PoC 🚀 How to launch the project 1. Starting the vulnerable server root@kitploit: cd Stand docker-compose up -d 2. Running the script against the target root@kitploit: cd PoC/src python3 scanner.py --target http://localhost:9000 --username test --password test...
CVE-2018-19246
CVE-2018-19246 Proof of Concept Usage root@kitploit: docker build -t lucas/cve-2018-19246:0.1.0 . docker run --rm -it -p 80:80 lucas/cve-2018-19246:0.1.0 python2 Pocsuite-2.0.8/pocsuite.py -u 172.17.0.1 -r PoC.py...
Home-Demolisher
Home-Demolisher PoC para CVE-2021-31166 y CVE-2022-21907 Usage: root@kitploit: usage: CVE-2021-31166.py -h -u URL -l LIST -o OUTPUT Description message options: -h, --help show this help message and exit -u URL, --url URL IIS Server url. For instance: 192.168.1.110 -l LIST, --list LIST IIS Server...
CVE-2025-55182-PoC
CVE-2025-55182 - PoC & Stand 📌 Inicio rápido 1. Desplegar el Stand vulnerable root@kitploit: cd Stand docker compose up --build La aplicación vulnerable se ejecuta en: http://localhost:3011 2. Ejecutar el escáner PoC seguro root@kitploit: cd PoC/src poetry install poetry run python scanner.py...
CVE-2024-40453
CVE-2024-40453 - Squirrelly v9.0.0 RCE Disclaimer: This script is for educational use only. Do not use it for illegal purposes. If you do, it’s entirely your responsibility; I am not liable for any misuse. Description This script creates a reverse shell called payload.sh in the current directory...
CVE-2018-1000802-PoC
Python CVE-2018-1000802 Proof-of-Concept This is a PoC for the vulnerability in makearchive function exported by shutil builtin module. Vulnerability is present in CPython Python 2.7 prior to commit add531a1e55b0a739b0f42582f1c9747e5649ace. For the vulnerability to be exploitable in the wild ther...
CVE-2023-6710
CVE-2023-6710 Exploit POC Explore the depths of CVE-2023-6710 with our comprehensive Proof of Concept PoC. This CVE, identified as a potential security vulnerability, has been meticulously examined to demonstrate its impact and provide a hands-on understanding of the associated risks. Installatio...
CVE-2021-21239
CVE-2021-21239 Este es un script PoC para explotar la vulnerabilidad xmlsec CVE-2021-21239 Para usar este script puedes construir la imagen de docker o puedes proporcionar tu propia clave rsa y ejecutarlo asumiendo que tienes xmlsec instalado Información de la vulnerabilidad:...
CVE-2025-68926
PoC Usage Instructions Single Target Detection root@kitploit: python poc.py -H 127.0.0.1 -p 9000 Output contains vulnerable: True/False and the decoded serverproperties. Batch Detection 1. Write host:port per line in a file, for example: root@kitploit: 10.0.0.1:9000 10.0.0.5:9000 2. Run:...
CVE-2023-5089
Badges License MIT Installation...
CVE-2020-0796-Scanner
CVE-2020-0796-Scanner This PoC source: QiAnXin http://dl.qianxin.com/skylar6/CVE-2020-0796-Scanner.zip...
Py3-CVE-2017-0785
Py3-CVE-2017-0785 Documentación de nuestro POC...
Follina-Vulnerability-CVE-2022-30190-Exploit-Analysis
Follina-Vulnerability-CVE-2022-30190-Exploit-Analysis Exploration of the Follina CVE-2022-30190 Microsoft Office vulnerability, including a detailed analysis, proof-of-concept exploitation in a controlled lab, and mitigation strategies. For educational and research purposes only...
HiveV5_keystream_decryptor
HiveV5 keystream decryptor PoC Introduction The Hive sample analyzed and referred to in this document was randomly chosen from this list created by @rivitna to which my warmest thanks go. Artifacts are available on the VirusTotal platform. In this document, file a0h2uih3d2.exe has been taken as a...
gerapy-cve-2021-43857
Gerapy CVE-2021-43857 Authenticated RCE This repository contains a proof of concept exploit for CVE-2021-43857 , a Remote Code Execution vulnerability affecting Gerapy -p -L -P Requirements 1. Python 3.x 2. requests and pyfiglet pip install requests pyfiglet 3. Netcat nc...
CVE-2017-7269
Badges License MIT Installation...
my_vulnerabilities
myvulnerabilities I will share some of vulnerabilities poc I reported...
vulnerability-poc
Vulnerability PoC Repository Curated Proof-of-Concept PoC code, test labs, and prevention rules for high-severity CVEs — built for authorized security testing, penetration testing, CTF challenges, and security research. Maintained by the SeekersLab team. Every entry ships with detection-only PoC...