274567 matches found
CVE-2024-23692-RCE
TG Join Us https://t.me/WanLiChangChengWanLiChang Join us to regularly receive various vulnerability EXP POC CVE-2024-23692-RCE-EXP CVE-2024-23692 Rejetto HTTP HFS Server RCE FOFA "HttpFileServer" Notes Affected range: HFS 2.3 and below Usage How To Use ulimit -n 999999; zmap -p PORT -B500M | go...
CVE-2024-38472
Creating a Remote Code Execution RCE Metasploit module for the SSRF vulnerability CVE-2024-38472 in Apache HTTP Server on Windows is challenging because SSRF itself doesn't directly result in RCE. However, SSRF can often be a step toward achieving RCE, especially if you can use it to interact wit...
OpenPLC-CVE-2021-31630-RCE
OpenPLC v3 Authenticated RCE CVE-2021-31630 This is a modern Python 3.13+ compatible proof-of-concept exploit for CVE-2021-31630, a vulnerability in OpenPLC v3 that allows an authenticated user to upload a custom hardware layer containing malicious code, leading to remote code execution RCE on th...
tplink-CVE-2017-11519
tplink-CVE-2017-11519 POC for TP-Link Archer C9 - Admin Password Reset and RCE CVE-2017-11519 See the writeup at https://devcraft.io/posts/2017/07/21/tp-link-archer-c9-admin-password-reset.html...
CVE-2025-5394
🚨 CVE-2025-5394 - Unauthenticated Arbitrary Plugin Upload in Alone Theme 📌 Affected Product: Alone – Charity Multipurpose Non-profit WordPress Theme Versions: = 7.8.3 CVE: CVE-2025-5394 CVSS Score: 9.8 Critical 🔥 Vulnerability Summary: The Alone theme for WordPress is vulnerable to arbitrary file...
cve-2021-38647
cve-2021-38647 A PoC exploit for CVE-2021-38647 RCE in OMI. Execute a single command using ExecuteShellCommand on the default HTTPS port: root@kitploit: python cve-2021-38647.py -s 10.10.10.10 shell id Execute a single command using ExecuteShellCommand on the default HTTP port: root@kitploit:...
CVE-2017-12615
CVE-2017-12615 Tomcat Remote Code Execution Vulnerability Exploit java -jar CVE-2017-12615-Exploit.jar Url ShellName ShellValue root@kitploit: www.SecFree.com · · · 一┳═┻︻▄ Tomcat RCE CVE-2017-12615 ▄︻┻═┳一 · · · Influence: Apache Tomcat 7.0.0 - 7.0.79 0day Info:...
http-vuln-CVE-2022-41082
UPDATED VERSION ALLOWS FOR HTTPS CHECK AS WELL exchange-vuln-check.nse FOR HTTP: nmap -p80 --script exchange-vuln-check.nse FOR HTTPS: nmap -p443 --script exchange-vuln-check.nse SAVE RESULTS IN A FILE nmap -p80 --script exchange-vuln-check.nse -oN results.txt http-vuln-CVE-2022-41082 Microsoft...
CVE-2023-21971_Analysis
CVE-2023-21971 Connector/J RCE Analysis分析 参考 Remote Code Execution RCE in com.mysql:mysql-connector-j | CVE-2023-21971 | Snyk New Vulnerability in MySQL JDBC Driver: RCE and Unauthorized DB Access MYSQL JDBC反序列化解析 - 跳跳糖 tttang.com 漏洞概述 Oracle MySQL 的 MySQL Connectors...
CVE-2018-16763-Exploit-Python3
CVE-2018-16763 FuelCMS 1.4.1 Remote Code Execution Vulnerability This is a port to Python 3 of the vulnerability at https://www.exploit-db.com/exploits/47138, created by 0xd0ff9. To run de exploit, just modify the url variable in the code with the target url you want to attack, and add the proxie...
CVE-2017-11882
CVE-2017-11882 Exploit CVE-2017-11882 Exploit accepts over 17k bytes long command/code in maximum. For remote command execution,this exploit will call WinExec with SWHIDE and call ExitProcess after WinExec returns. For remote code execution,this exploit just jmp to code. I cannot find a reference...
CVE-2018-6961
CVE-2018-6961 Exploit in Python3 VMware NSX SD-WAN Edge by VeloCloud prior to version 3.1.0 contains a command injection vulnerability in the local web UI component. This component is disabled by default and should not be enabled on untrusted networks. VeloCloud by VMware will be removing this...
noSAMBAnoCRY-CVE-2017-7494
noSAMBAnoCRY CVE-2017-7494 Exploit remoto para la vulnerabilidad SAMBA CVE-2017-7494, también conocida como isknowpipename! Detalles Este exploit se divide en 3 partes: Compila la evilLib en las siguientes arquitecturas: x8664, x86 o i686 Encuentra un recurso compartido escribible y sube evilLib ...
CVE-2016-10033
CVE-2016-10033 该漏洞影响 PHPMailer 5.2.18,能够实现远程代码执行。 资源 https://vulners.com/cve/CVE-2016-10033 用法 由于是用 Golang 编写的,只要你的系统中安装了 golang,就可以自行构建漏洞利用程序: root@kitploit: cd CVE-2016-10033 go build 然后你可以使用以下语法运行该漏洞利用程序: 作者 我不是该 CVE 的作者,但我是这个漏洞利用程序的作者。 如果你使用或修改它,不允许去掉其中的版权信息。...
CVE-2017-14980
Exploit-CVE-2017-14980 PoC exploit for CVE-2017-14980 — a stack-based buffer overflow vulnerability in Sync Breeze Enterprise 10.0.28. 📖 Full technical analysis of the exploit: 👉 https://davigsantana.github.io/posts/buffer-overflow/ About This repository contains a proof-of-concept PoC developed...
CVE-2021-21972
CVE-2021-21972 Vulnerability Description cve-2021-21972 is a code execution vulnerability A malicious attacker with access to port 443 can send a specially crafted request to vCenter Server, ultimately leading to remote arbitrary code execution. Vulnerability Detection 1、The vulnerability is...
ms08-067
📖 概述 本仓库包含 MS08-067 Windows 服务器服务漏洞(CVE-2008-4250)的 Metasploit 模块实现。这是一个影响旧版 Windows 系统的经典远程代码执行漏洞。 🛠️ 安装与使用 前提条件 Kali Linux 已安装 Metasploit Framework 经过授权的测试环境 🤔如何使用? 首先,登录 Kali Linux。然后 👉 运行以下命令: root@kitploit: git clone https://github.com/BinRacer/ms08-067.git cd ms08-067 sudo cp -a...
CVE-2020-5902
Summary In BIG-IP versions 15.0.0-15.1.0.3, 14.1.0-14.1.2.5, 13.1.0-13.1.3.3, 12.1.0-12.1.5.1, and 11.6.1-11.6.5.1, the Traffic Management User Interface TMUI, also referred to as the Configuration utility, has a Remote Code Execution RCE vulnerability in undisclosed pages. Credits: Mikhail...
log4j2_vul_local_scanner
Log4j2 Vulnerability Local Scanner CVE-2021-45046 Log4j 漏洞本地检测脚本,扫描主机上所有java进程,检测是否引入了有漏洞的log4j-core jar包,是否可能遭到远程代码执行攻击(CVE-2021-45046)。上传扫描报告到指定的服务器。 Scan all java processes on your host to check whether it's affected by log4j2 remote code executionCVE-2021-45046, then upload the report to your...
CVE-2021-26084
CVE-2021-26084 CVE-2021-26084 Remote Code Execution on Confluence Servers. Dork Fofa: app="ATLASSIAN-Confluence" Usage Show help information. root@kitploit: python PoC.py Vulnerability verification for individual websites. root@kitploit: python PoC.py -u https://1.1.1.1 Command execution...