229143 matches found
poc-CVE-2025-38352
Exploit Details This repository only contains the proof-of-concept that triggers the vulnerability. I have since written a full exploit for this vulnerability. You can find the details in the link below. https://github.com/farazsth98/chronomaly Analysis Blog Posts Part 1 -...
CVE-2024-4358
CVE-2024-4358 / CVE-2024-1800 Telerik Report Server deserialization and authentication bypass exploit chain for CVE-2024-4358/CVE-2024-1800 Technical Analysis A root cause analysis of the vulnerability can be found on my blog poc Summary Supported versions? Basically all of them at the time the...
Crashcast-Exploit
CRASHCAST MASS-EXPLOIT TOOL Author: @037 This tool allows you to mass play any YouTube video, remotely terminate apps, and rename Chromecast devices obtained from Shodan.io Prerequisites The only thing you need installed is Python 3.x root@kitploit: sudo apt-get install python3 You also require t...
fish-live-in-trees
Fish Live in Trees Production LLM Runtime Alignment Context Injection RACI Author: Sean Kavanagh Date: 2026-02-16 Environment: Gemini 3 Flash Free Tier - Public Production Interface Exploit Type: Contextual Pivot Factual Accuracy → Interpersonal Authenticity No jailbreak payloads. No special tool...
CVE-2023-37250-POC
CVE-2023-37250 PoC Write up: https://hackingiscool.pl/roaming-and-racing-to-get-system-cve-2023-37250/...
RegPwn
🛠️ RegPwn - Windows Local Exploit Tool RegPwn is a tool designed to demonstrate a local privilege escalation LPE exploit on Windows systems. It works on Windows 10, Windows 11, and Windows Server versions. This guide will help you download, prepare, and run RegPwn on your Windows computer safely...
pulse-exploit
pulsexploit Automated script for Pulse Secure SSL VPN exploit CVE-2019-11510 using hosts retrieved from Shodan API. You must have a Shodan account to use this script. Click here if you don't have Shodan account. Installation 1. Install dependencies. root@kitploit: CentOS & Fedora yum install git...
CVE-2020-5902
CVE-2020-5902 BIG-IP CVE-2020-5902 Exploit POC and automation scanning vulnerability simple program for exploit big-ip and automation scanning vulnerability install gem install httparty gem install colorize gem install timeout ruby big-ip.rb list.txt output.txt...
CVE-2024-27198
EN GenTeamCityExploit is a PoC tool that targets a vulnerability in the TeamCity server CVE-2024-27198. It enables the discovery of a TeamCity version and the creation of a new admin user by exploiting an authentication bypass flaw. Features Extracts the version of the TeamCity server. Checks for...
CVE-2024-21683-RCE
Usage python poc.py -u http://localhost:8090 -user admin -pass admin -f exploit.js -n test -p http://127.0.0.1:8080 POC...
CVE-2019-11932
CVE-2019-11932 The system address and the gadget must be replaced by the real address found by an information disclosure vulnerability. After replacing the system address and the gadget. Run the code to generate the malicious GIF file: root@kitploit: notroot@osboxes:/Desktop/gif$ make...
CVE-2018-13379
CVE-2018-13379 CVE-2018-13379 Module for Router Scan Project How To Use prepare root@kitploit: pip3 install time,threading,ipcalc,requests usage root@kitploit: python3 exp.py -f list.txt Copyright some part of this repository that send tcp response is partly forked from milo2012/CVE-2018-13379 wi...
CVE-2024-21413-Microsoft-Outlook-RCE-Exploit
CVE-2024-21413-Microsoft-Outlook-RCE-Exploit CVE-2024-21413 Microsoft Outlook RCE Exploit...
iis6-exploit-2017-CVE-2017-7269
iis6-exploit-2017-CVE-2017-7269 iis6 exploit 2017 CVE-2017-7269...
CVE-2022-29464-mass
WSO2 Carbon Server CVE-2022-29464 Pre-auth RCE bug CVE-2022-29464. Write by Chocapikk lightely modded by trhacknon Usage root@kitploit: python exploit.py -u or: root@kitploit: python exploit.py -f Zoomeye Dork CLI: root@kitploit: zoomeye search 'title:"WSO2 Management Console"' -num 10...
CVE-2019-10149
CVE-2019-10149 - Exim 4.87 Local/Makefile cp eximmonitor/EDITME Local/eximon.conf Create exim user and group sudo groupadd -g 31 exim sudo useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false -u 31 exim Install dependencies sudo apt-get update sudo apt-get install -y make build-essential...
CVE-2020-0796-exp
CVE-2020-0796-exp CVE-2020-0796-exp...
io_uring_LPE-CVE-2024-0582
iouringLPE-CVE-2024-0582 LPE exploit for CVE-2024-0582. I will not be releasing a write-up for this vulnerability as my method of exploitation is almost the same as for CVE-2023-2598. You can read the exploitation section of my write-up on CVE-2023-2598 to understand this exploit as well:...
io_uring_LPE-CVE-2023-2598
iouringLPE-CVE-2023-2598 LPE exploit for CVE-2023-2598. My write-up of the vulnerability: Conquering the memory through iouring - Analysis of CVE-2023-2598 You can compile the exploit with root@kitploit: gcc exploit.c -luring -o exploit Disclaimer For educational and research purposes only. Use a...
Geoserver-CVE-2023-25157
Geoserver SQL Injection Exploit In this year, a cve got published for Geoserver with the ID CVE-2023-25157. I saw this vulnerability in one of my projects and tried to exploit it. And here it is, the complete exploit. In this repohttps://github.com/0x2458bughunt/CVE-2023-25157 you can use the...