Lucene search
+L

2533 matches found

Kitploit
Kitploit
added 2026/09/22 12:33 p.m.12 views

Girsh

Girsh Golang Interactive Reverse SHell Who didn't get bored of manually typing the few lines to upgrade a reverse shell to a full interactive reverse shell tty spawn, stty size ..., stty raw -echo or typing the command to use ConPTY. Description With Girsh, just run it and it will detect the OS a...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 12:31 p.m.62 views

notionterm

notionterm Embed reverse shell inNotion pages. Hack while taking notes FOR ➕: Hiding attacker IP in reverse shell No direct interaction between attacker and target machine. Notion is used as a proxy hosting the reverse shell Demo/Quick proof insertion within report High available and shareable...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 12:18 p.m.10 views

CVE-2015-1578

CVE-2015-1578 Achat 0.150 beta7 - Remote Buffer Overflow Rewrite for python3 for the PNPT course. Original: Author KAhara MAnhara Rewritten: in python3 by Giuseppe Aloisi Achat 0.150 beta7 - Buffer Overflow Tested on Windows 7 32bit https://www.exploit-db.com/exploits/36025 give the script a few...

5.8CVSS6AI score0.07207EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/22 12:12 p.m.7 views

Modified-CVE-2015-3306-Exploit

Modified-CVE-2015-3306-Exploit How to 1. Create a php reverse shell 2. Start server to host shell in the same directory python3 -m http.server 3. Start netcat listener on local port of choice example: nc -nlvp port of choice 4. Run exploit example provided below python3 modifiedCVE20153306.py...

10CVSS7.8AI score0.96752EPSS
SaveExploits26References1
Kitploit
Kitploit
added 2026/09/22 12:07 p.m.11 views

CVE-2022-44877-white-box

Docs Paper : https://docs.google.com/document/d/1rQ7e9i2AFzHbASfRu3nkgjIswbrS2AB2i7V9OK3dJLs/edit?usp=sharing Libprochider : https://github.com/gianlucaborello/libprocesshider /var/www/html YouTube Demo : https://www.youtube.com/watch?v=V0HgzE8IElA&t=343s tested machine box CentOS 7 - CentOS Web...

9.8CVSS8.5AI score0.99995EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/09/22 12:04 p.m.10 views

CVE-2022-22963-POC

CVE-2022-22963 Exploit Description In Spring Cloud Function versions 3.1.6, 3.2.2 and older unsupported versions, when using routing functionality it is possible for a user to provide a specially crafted SpEL as a routing-expression that may result in remote code execution and access to local...

9.8CVSS8.1AI score0.99938EPSS
SaveExploits37References1
Kitploit
Kitploit
added 2026/09/22 12:03 p.m.19 views

PSAsyncShell

PSAsyncShell PSAsyncShell is an Asynchronous TCP Reverse Shell written in pure PowerShell. Unlike other reverse shells, all the communication and execution flow is done asynchronously, allowing to bypass some firewalls and some countermeasures against this kind of remote connections. Additionally...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 11:58 a.m.11 views

CVE-2020-0796

CVE-2020-0796 CVE-2020-0796 explanation and researching vulnerability for term porject CENG325 for beginners How to exploit? Userpayload generation for reverse shell: msfvenom -a x64 --platform windows -p windows/x64/shellreversetcp LHOST= LPORT=5555 -f python listening port: nc -lvnp 5555 exploi...

10CVSS8.5AI score0.9981EPSS
SaveExploits126References2
Kitploit
Kitploit
added 2026/09/22 11:16 a.m.6 views

CVE-2020-15227

CVE-2020-15227 DISCLAIMER! I take no responsibility of using it in wild life environment so please do NOT do it. This thingy is just to demonstrate and for test things for sysadmins I made this exploit according to publishing a CVE of David Grudl The founder of Nette foundation as he did not solv...

9.8CVSS8.2AI score0.34424EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/22 11:13 a.m.9 views

CVE-2024-25641

Cacti CVE-2024-25641 Authenticated Package Upload RCE Proof of Concept PoC This script is a Proof of Concept PoC for exploiting the CVE-2024-25641 vulnerability in Cacti, a web-based monitoring tool. The script automates the process of authenticating with the application, uploading a malicious...

9.1CVSS8.6AI score0.86303EPSS
SaveExploits17
Kitploit
Kitploit
added 2026/09/22 11:11 a.m.14 views

micr0_shell

micr0 shell Micr0shell is a lightweight and efficient Python script designed for dynamically generating Windows X64 Position-Independent Code PIC Null-Free reverse shell shellcode. Depending on the options selected, the generated shellcode can be up to 27 bytes smaller than comparable shellcode...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 11:02 a.m.8 views

log4j-shell-csw

Log4j Simple Exploit A Proof-Of-Concept Exploit for CVE-2021-44228 vulnerability. Log4j, which is used to log security and performance information, impacts upwards of 3 billion devices that use Java across a variety of consumer and enterprise services, websites and applications, as well as medica...

10CVSS7.7AI score0.99999EPSS
SaveExploits375
Kitploit
Kitploit
added 2026/09/22 11:00 a.m.11 views

Craft-CMS-Exploit

This python script exploits the Remote Code Execution vulnerability CVE-2023-41892 of the Craft CMS, which is a popular content management system. Versions between 4.0.0-RC1 - 4.4.14 are affected by this vulnerability allowing attackers to execute arbitrary code remotely, like a PHP reverse shell...

10CVSS8.6AI score0.94215EPSS
SaveExploits10References2
Kitploit
Kitploit
added 2026/09/22 10:52 a.m.17 views

CVE-2018-11770

CVE-2018-11770 Apache Spark Unauthenticated Reverse Shell RCE Standalone Python 3 RCE exploit for Apache Spark rewritten from this Metasploit module Exploit POC explained here. The exploit code itself is explained here. Tested with Python 3.7 on this target. Usage: root@kitploit:...

4.9CVSS6.1AI score0.6583EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/09/22 10:44 a.m.14 views

pythoncode-tutorials

Python Code Tutorials This is a repository of all the tutorials of The Python Code website. List of Tutorials Ethical Hacking Scapy Getting Started With Scapy: Python Network Manipulation Tool Building an ARP Spoofer. code Detecting ARP Spoof attacks. code How to Make a DHCP Listener using Scapy ...

5.9AI score
SaveExploits0References157
Kitploit
Kitploit
added 2026/09/22 10:41 a.m.20 views

AirBorne-PoC

AirBorne PoC Framework – Elite RCE Edition Full PoC Framework for CVE-2025-24252 & CVE-2025-24132 By ekomsSavior | AirBorne is a combined proof-of-concept PoC framework targeting two serious vulnerabilities in Apple's AirPlay service. It includes a full crash trigger and a working reverse shell...

8.8CVSS8.3AI score0.03151EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/22 10:26 a.m.100 views

mcreator

mcreator Encoded Reverse Shell Generator With Techniques To Bypass AV's Installation root@kitploit: git clone https://github.com/blacknbunny/mcreator.git && cd mcreator/ && python mcreator.py Version python 2.7. can't be lower or higher than 2.7 cause of the """ syntax in scripts. Runnig mcreator...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 10:12 a.m.13 views

CVE-2025-60787

CVE-2025-60787 - Authenticated RCE in motionEye PoC for CVE-2025-60787 that is an Authenticated RCE vulnerability for motionEye with all afected versions up to 0.43.1b4 included. This is an automated PoC for the vulnerability described in this repository. Credits to prabhatverma47. Usage The scri...

7.2CVSS5.8AI score0.18462EPSS
SaveExploits17References3
Kitploit
Kitploit
added 2026/09/22 10:10 a.m.6 views

metabase-pre-auth-rce-poc

Metabase Pre-Auth RCE CVE-2023-38646 POC This is a script written in Python that allows the exploitation of the Metabase's software security flaw described in CVE-2023-38646. The system is vulnerable in versions preceding 0.46.6.1 , in the open-source edition, and preceding 1.46.6.1 , in the...

9.8CVSS8.2AI score0.98677EPSS
SaveExploits37
Kitploit
Kitploit
added 2026/09/22 10:06 a.m.12 views

CVE-2022-22947

Added two types of reverse shell and network egress detection based on Wang Zheng's code. If any module is missing at runtime, just use pip to download that module. Enter the suspicious URL address. Note: Do not include '/' after the port. 1. First check if the vulnerability exists By default, th...

10CVSS7.9AI score0.98253EPSS
SaveExploits54
Rows per page
Query Builder