414656 matches found
poet
poet A simple POst-Exploitation Tool. overview The client program runs on the target machine and is configured with an IP address the server to connect to and a frequency to connect at. If the server isn't running when the client tries to connect, the client quietly sleeps and tries again at the...
CVE-2021-41773
CVE-2021-41773 Path traversal and file disclosure vulnerability in Apache HTTP Server 2.4.49 CVE-2021-41773 Info A flaw was found in a change made to path normalization in Apache HTTP Server 2.4.49. An attacker could use a path traversal attack to map URLs to files outside the expected document...
CVE-2021-43798
CVE-2021-43798 Grafana - Directory Traversal and Arbitrary File Read https://vulners.com/cve/CVE-2021-43798 https://grafana.com/blog/2021/12/08/an-update-on-0day-cve-2021-43798-grafana-directory-traversal/ Example root@kitploit: python3 exploit.py http://127.0.0.1:3000 /etc/passwd root@kitploit:...
CVE-2024-34470
CVE-2024-34470 描述: 未经认证的用户可以利用路径遍历漏洞,该漏洞存在于 /public/loader.php 文件中。path 参数未正确过滤传入的文件和目录是否位于 webroot 内,导致攻击者能够读取服务器上的任意文件。 版本: 发现于 HSC Mailinspector 5.2.17-3,但适用于直到 5.2.18 的所有版本。 概念验证 通过在文件路径中添加 ../,可以遍历目录并读取操作系统中具有读取权限的任何文件: Payload:...
CVE-2024-24919
CVE-2024-24919 nuclei template of CVE-2024-24919 This template will help detect the described vulnerability by checking if the system leaks the contents of the /etc/shadow file...
blind-xxe-controller-CVE-2021-29447
盲 XXE 控制器 我在完成 HackTheBox 中的 metatwo 机器时制作了这个控制器,用于利用 CVE-2021-29447,这是 WordPress 媒体库中的一个 XXE 漏洞,影响版本 5.7、5.6.2、5.6.1、5.6、5.0.11。该漏洞允许具有上传媒体库权限的已认证用户上传恶意 wav 文件,从而导致远程任意文件读取和服务器端请求伪造(SSRF)。 要利用这些漏洞,需要多个步骤才能完成一次成功的攻击。由于解析后的 iXML 元数据不会返回给用户,因此我们需要一个盲 XXE 载荷。这可以通过包含由攻击者控制的外部文档类型定义(DTD)来实现,并且我们需要创建恶意...
SharpWMI
SharpWMI SharpWMI is a C implementation of various WMI functionality. This includes local/remote WMI queries, remote WMI process creation through win32process, and remote execution of arbitrary VBS through WMI event subscriptions. Alternate credentials are also supported for remote methods...
evilginx
Evilginx v.1.1.0 THIS VERSION IS OBSOLETE. PLEASE USE THE LATEST VERSION! EVILGINX 2:https://github.com/kgretzky/evilginx2 Evilginx is a man-in-the-middle attack framework used for phishing credentials and session cookies of any web service. It's core runs on Nginx HTTP server, which utilizes...
peda
peda PEDA - Python Exploit Development Assistance for GDB Key Features: Enhance the display of gdb: colorize and display disassembly codes, registers, memory information during debugging. Add commands to support debugging and exploit development for a full list of commands use peda help: aslr --...
CVE-2025-55188-7z-exploit
CVE-2025-55188-7z-exploit 7-Zip Symlink Arbitrary File Write PoC CVE-2025-55188 Description This proof-of-concept demonstrates CVE-2025-55188 , a vulnerability in 7-Zip versions prior to 25.01. The flaw occurs because 7-Zip does not properly handle symbolic links during extraction, allowing a...
CVE-2026-63278 Package URLs can be used to exfiltrate arbitrary INI file values and environment variables
URLs could be constructed which expanded environment variable or INI file values, so potentially sensitive information could be exfiltrated to a remote server on opening a document containing such links. The check added for CVE-2024-12426 did not recognise every way of naming the package content...
CVE-2026-63278
URLs could be constructed which expanded environment variable or INI file values, so potentially sensitive information could be exfiltrated to a remote server on opening a document containing such links. The check added for CVE-2024-12426 did not recognise every way of naming the package content...
EUVD-2026-84357
URLs could be constructed which expanded environment variable or INI file values, so potentially sensitive information could be exfiltrated to a remote server on opening a document containing such links. The check added for CVE-2024-12426 did not recognise every way of naming the package content...
CVE-2026-63278
LibreOffice is affected by an information-disclosure vulnerability in its package URL handling . The check introduced for CVE-2024-12426 did not recognize every naming variation of the package content provider , allowing a crafted URL to still reach the expansion logic and exfiltrate environment ...
CVE-2026-63278 Package URLs can be used to exfiltrate arbitrary INI file values and environment variables
URLs could be constructed which expanded environment variable or INI file values, so potentially sensitive information could be exfiltrated to a remote server on opening a document containing such links. The check added for CVE-2024-12426 did not recognise every way of naming the package content...
powercat
powercat Netcat: The powershell version. Powershell Version 2 and Later Supported Installation powercat is a powershell function. First you need to load the function before you can execute it. You can put one of the below commands into your powershell profile so powercat is automatically loaded...
CVE-2024-24919-Sniper
CVE-2024-24919-Sniper 概述 CVE-2024-24919 Sniper 是一个Python脚本,用于扫描Check Point安全网关信息泄露漏洞。该脚本可以执行单目标和批量扫描,利用多线程提高扫描速度。它支持多种命令行选项来指定目标和控制扫描行为。 功能 扫描并利用CVE-2024-24919漏洞 支持单目标和批量扫描 多线程扫描以提高性能 生成包含扫描结果的CSV报告 ANSI彩色编码输出,提高可读性 安装 前提条件 Python 3.6+ pip Python包安装程序 安装依赖 1. 克隆仓库 : root@kitploit: git clone...
CVE-2021-22005
CVE-2021-22005-metasploit 关于 CVE-2021-22005 VMware vCenter Server 任意文件上传漏洞的 metasploit 脚本(POC/EXP) 准备 POC root@kitploit: git clone https://github.com/TaroballzChen/CVE-2021-22005-metasploit cd CVE-2021-22005-metasploit mkdir -p /.msf4/modules/auxiliary/scanner/http cp...
PortexAnalyzerGUI
PortexAnalyzerGUI Graphical interface for PortEx, a Portable Executable and Malware Analysis Library Download Releases page Features Header information from: MSDOS Header, Rich Header, COFF File Header, Optional Header, Section Table, .NET Metadata PE Structures: Import Section, Resource Section,...