Lucene search
+L

631567 matches found

Kitploit
Kitploit
added 2026/09/09 10:33 a.m.7 views

CVE-2021-22210

0x01 Preface Disclaimer: This project is for learning and communication purposes only. Do not use it for illegal unauthorized testing! Update Log 10.30 Added burp proxy pool Rewrote command-line arguments Added GitLab unauthorized batch and single detection functionality 0x02 Usage Instructions...

10CVSS7.5AI score0.99731EPSS
SaveExploits29References3
Kitploit
Kitploit
added 2026/09/09 10:32 a.m.5 views

CVE-2019-0708

CVE-2019-0708-poc CVE-2019-0708 remote code execution vulnerability batch detection 3389hosts is the list of IP addresses to be detected, one per line pool = ThreadPool10 defines the custom scanning thread Note Windows python3 environment Usage 1. Edit 3389hosts, write the IP addresses to be...

10CVSS7.7AI score0.99999EPSS
SaveExploits126
Kitploit
Kitploit
added 2026/09/09 10:32 a.m.5 views

CVE-2023-38646-PoC-Metabase

CVE-2023-38646-PoC-Metabase Proof-of-Concept script for exploiting CVE-2023-38646. Intended for educational and research purposes only. Description This is a Python-based Proof-of-Concept PoC script to exploit CVE-2023-38646, a vulnerability affecting Metabase. The exploit abuses misconfiguration...

9.8CVSS8.5AI score0.98677EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/09 10:32 a.m.10 views

WhatsRCE

WhatsRCE This is a Automated Generate Payload for CVE-2019-11932 WhatsApp Remote Code Execution 1. Auto install GCC no harm command, you can see this is open-source 2. Saving to .GIF file How To Use ? root@kitploit: sudo apt install git git clone https://github.com/KeepWannabe/WhatsRCE cd WhatsRC...

8.8CVSS8.1AI score0.4453EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/09 10:32 a.m.10 views

CVE-2019-17564

CVE-2019-17564 CVE-2019-17564 Apache Dubbo deserialization RCE video:https://video.twimg.com/tweetvideo/EQlT6nBUEAADdR2.mp4 video:https://video.twimg.com/tweetvideo/EQlT6nBUEAADdR2.mp4 video:https://video.twimg.com/tweetvideo/EQlT6nBUEAADdR2.mp4...

9.8CVSS8.1AI score0.36513EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/09 10:31 a.m.8 views

RCE-CVE-2020-5902

RCE-CVE-2020-5902 BIG-IP F5 Remote Code Execution Description These attacks are targeting BIG-IP, a multi-purpose networking device manufactured by F5 Networks. BIG-IP devices can be configured to work as traffic shaping systems, load balancers, firewalls, access gateways, rate limiters, or SSL...

10CVSS7.7AI score0.99999EPSS
SaveExploits62
CVE
CVE
added 2026/09/09 10:31 a.m.23 views

CVE-2026-85978

CVE-2026-85978 is a CRITICAL (CVSS 4.0: 10.0) unauthenticated remote code execution vulnerability in the Policy Manager console of Akana API Platform . A path normalization discrepancy between the authentication filter and the servlet dispatcher allows an attacker to craft a request that bypasses...

10CVSS0.00877EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/09 10:31 a.m.33 views

CVE-2026-85978 Unauthenticated Remote Code Execution in Akana API Platform

An unauthenticated remote code execution vulnerability exists in the Policy Manager console of Akana API Platform. A path normalization discrepancy between the authentication filter and the servlet dispatcher allows a crafted request to bypass authentication and reach an endpoint that evaluates...

10CVSS0.00877EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/09/09 10:31 a.m.6 views

CVE-2026-85978 Unauthenticated Remote Code Execution in Akana API Platform

An unauthenticated remote code execution vulnerability exists in the Policy Manager console of Akana API Platform. A path normalization discrepancy between the authentication filter and the servlet dispatcher allows a crafted request to bypass authentication and reach an endpoint that evaluates...

10CVSS0.00877EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 10:31 a.m.3 views

Nuclei-Template-CVE-2024-50379

Nuclei-Template-CVE-2024-50379 Description This Nuclei template detects Apache Tomcat servers vulnerable to the TOCTOU race condition that allows remote code execution RCE. ⚠ Important note : This template should be used exclusively for educational purposes and in controlled environments with...

9.8CVSS8.1AI score0.44312EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/09/09 10:30 a.m.6 views

CVE-2022-32119

CVE-2022-32119 - Arox-Unrestricted-File-Upload There are multiple unrestricted file uploads that result in the arbitrary execution of PHP code. Authenticated Vulnerable Pages: localhost/officeadmin/?pid=54&action=add root@kitploit: -----------------------------181967832439954202373233921976...

8.8CVSS7.9AI score0.01996EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/09 10:30 a.m.8 views

CVE-2022-22963_Reverse-Shell-Exploit

CVE-2022-22963 Reverse Shell Exploit This is a Python script that exploits CVE-2022-22963, a remote code execution vulnerability in Spring Cloud Function that allows attackers to execute arbitrary code on a vulnerable server. The exploit uses the vulnerable /functionRouter endpoint to execute a...

9.8CVSS7.5AI score0.99938EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/09 10:29 a.m.7 views

CVE-2022-32118

CVE-2022-32118 - Arox-XSS Stored and Reflected Cross Site Scripting vulnerabilities exist in multiple pages of the Arox School ERP Pro application, including the login page, that allows for arbitrary execution of JavaScript commands. The application has many more parameters affected by Cross Site...

6.1CVSS6.5AI score0.01115EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/09 10:29 a.m.6 views

CVE-2018-6574

CVE-2018-6574 POC Exploit POC For CVE-2018-6574 Compile 1. Create an exploit file with the following: root@kitploit: include include static void malicious attributeconstructor; void malicious system"COMMAND"; 2. Compile it: root@kitploit: gcc -shared -o exploit.so -fPIC exploit.c 3. Finally, you...

7.8CVSS7.1AI score0.07625EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/09 10:29 a.m.7 views

CVE-2017-7525-Jackson-Deserialization-Lab

CVE-2017-7525 Java Insecure Deserialization Lab Basic Java REST application vulnerable to Insecure Deserialization, leading to RCE. The project must be run on Java 8u45 Based on Maven with the following dependencies: jackson-databind 2.2.2 commons-collections 3.1 spring-context-support 4.3.11 Mor...

9.8CVSS7.4AI score0.37721EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/09 10:29 a.m.8 views

CVE-2026-54161

CVE-2026-54161 PoC Summary upsmon interpolates the server-supplied, attacker-controllableups.alarm value, unsanitized, into a shell command that it runs via system. When a monitored device reports an ALARM state and the operator has configured NOTIFYCMD with EXEC on the ALARM event, an ups.alarm...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 10:29 a.m.6 views

CVE-2025-4322-Exploit

CVE-2025-4322 - Unverified Password Change CWE-620 Exploit: Download here Details CVE ID : CVE-2025-4322 Published : 05/20/2025 Impact : Critical CVSS : 9.8 Patch Available: No official patch yet Impact Critical severity vulnerability that enables attackers to potentially: - Escape the browser's...

9.8CVSS8.4AI score0.15647EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/09 10:29 a.m.6 views

CVE-2023-51467

CVE-2023-51467 exp.py changed to command execution Post.txt Serialization vulnerability exploitation bypassauth.txt Authentication bypass test Vulnerability cause Due to the incorrect use of empty values during authentication checks, this method did not take effect, leading to authentication...

9.8CVSS7.8AI score0.96001EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/09/09 10:28 a.m.5 views

CVE-2014-6271

CVE-2014-6271 Shellshock Python Exploit A clean, efficient, and interactive Python implementation designed to test for the Shellshock vulnerability CVE-2014-6271 via HTTP environment variable injection. 📝 Description Shellshock CVE-2014-6271 is a critical security vulnerability in the Bash shell...

10CVSS8.2AI score0.99999EPSS
SaveExploits146
Kitploit
Kitploit
added 2026/09/09 10:27 a.m.8 views

s2-048

s2-048 Exp for s2-048, CVE-2017-9791. root@kitploit: / \ \ / / | | \ / / | | / \ / / | | | \ \ / /| | | | | | | / /| | / / | | | | \ V / | ||/ /| || | | / /, |/ / , | | | / || ||/||// //// //|| poc: root@kitploit:...

9.8CVSS8AI score0.98908EPSS
SaveExploits19References1
Rows per page
Query Builder