99111 matches found
msmap
MSMAP Msmap is a Memory WebShell Generator. Compatible with various Containers, Components, Encoder, WebShell / Proxy / Killer and Management Clients. 简体中文 The idea behind I, The idea behind II, The idea behind III Feature WIP Function Dynamic Menu Automatic Compilation Generate Script...
YAPS
YAPS - Y et A nother P HP S hell 是的,正如其名,这是又一个PHP反向Shell,是市面上数百个同类工具之一,但拥有一些优势。它是一个单一的PHP文件,包含所有功能,你可以通过一个简单的TCP监听器(例如 nc -lp 1337)进行控制。 在当前版本(1.5)中,其主要功能仅支持Linux系统,但我计划使其也适用于Windows。 目前它处于第一版,我尚未进行大量测试, 并且我还有很多事情打算在后续版本中完成和改进(尚未完成! ),因此如果你发现任何bug或有功能改进的建议,请告知我。= 特性 单一PHP文件(无需安装软件包、库,或下载大量文件)...
php-jpeg-injector
php-jpeg-injector Injects php payloads into jpeg images. Related to this post. Use Case You have a web application that runs a jpeg image through PHP's GD graphics library. Description This script injects PHP code into a specified jpeg image. The web application will execute the payload if it...
php-jpeg-injector
php-jpeg-injector 将php载荷注入jpeg图片中。相关帖子:this post 使用场景 你有一个通过PHP的GD图形库处理jpeg图片的web应用程序。 描述 此脚本将PHP代码注入到指定的jpeg图片中。如果web应用程序解释该图片,它将执行载荷。请确保输入的jpeg未被压缩! 用法 python3 gd-jpeg.py JPEG PAYLOAD OUTPUTJPEG 例如:python3 gd-jpeg.py cat.jpeg '' infectedcat.jpeg 工作原理 PHP代码被注入到扫描头之后的无用/垃圾(棕色)空间中:...
self-service-password
LDAP Tool Box Self Service Password Presentación Self Service Password es una aplicación PHP que permite a los usuarios cambiar su contraseña en un directorio LDAP. La aplicación puede utilizarse en directorios LDAPv3 estándar OpenLDAP, OpenDS, ApacheDS, Sun Oracle DSEE, Novell, etc. y también en...
CVE-2026-24415
CVE-2026-24415: OpenSTAManager afectado por XSS en modificaiva.php a través del parámetro righe Descripción general...
xss_vulnerability_challenges
XSS 漏洞场景(挑战) 本仓库是一个 Docker 化的 PHP 应用程序,包含了一些 XSS 漏洞挑战。 挑战背后的思路包括: JavaScript 验证绕过 HTML 实体绕过 WAF 绕过 黑名单验证绕过 基础 XSS 验证绕过 利用双层编码绕过 WAF 以利用 XSS 通过绕过转义字符利用 XSS 使用 Docker 快速开始 使用 Docker Hub(最快): 1. 要访问这些挑战,你需要安装 Docker。 2. 运行以下命令从 Docker Hub 拉取并运行镜像: sudo docker run -d -p 9003:80...
Shelly
Shelly | 简单的Python后门管理器(基于weevely) Shelly 是一个用 Python 编写的简单工具,用于远程控制网站。 安装 : $ git clone https://github.com/tegal1337/Shelly $ cd Shelly $ python3 shell.py 要求 : root@kitploit: sudo pip install -r requirements.txt 示例 : root@kitploit: python3 shell.py -g wp-log -p tegal1337 / / / / / \ / / -/ / / /...
fuckshitup
Agenda FuckShitUp 0.1 - Escáner de Múltiples Vulnerabilidades Básicamente, FSU es un conjunto de herramientas escritas en PHP-CLI. Usando funciones integradas, puedes obtener URL mediante motores de búsqueda y así buscar archivos interesantes y revelaciones de rutas completas. Usando una lista de...
CVE-2025-49113-exploit
CVE-2025-49113 - Roundcube 远程代码执行 一个针对 CVE-2025-49113 Roundcube Webmail 远程代码执行漏洞 的概念验证利用。 描述 该利用程序针对 Roundcube Webmail 1.5.0 至 1.6.10 版本中的一个反序列化漏洞。该漏洞允许经过身份验证的攻击者在服务器上执行任意代码。 受影响版本 1.5.0 - 1.5.9 1.6.0 - 1.6.10 环境要求 PHP 7.0 或更高版本 启用 cURL 扩展 目标运行受影响版本的 Roundcube 使用方法 root@kitploit: php...
snuffleupagus
Snuffleupagus Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest! Key Features • Download • Examples • Documentation • License • Thanks Snuffleupagus is a PHP 7+ and 8+ module designed to drastically raise the cost of attacks against websites, by killing entire b...
snuffleupagus
Snuffleupagus 面向 php7 和 php8 的安全模块——消灭漏洞类别,并对其余部分进行虚拟补丁! 核心特性 • 下载 • 示例 • 文档 • 许可证 • 致谢 Snuffleupagus 是一个面向 PHP 7+ 和 8+ 的模块,旨在通过消灭整个漏洞类别来大幅提高针对网站的攻击成本。它还提供了一个强大的虚拟补丁系统,使管理员无需修改 PHP 代码即可修复特定漏洞并审计可疑行为。 核心特性 无明显的性能影响 强大且易于编写的虚拟补丁规则 消灭多类漏洞 基于 Unserialize 的代码执行 基于 mail 的代码执行 窃取 Cookie 的 XSS 基于文件上传的代码执...
CVE-2018-16763-Fuel-CMS-1.4.1-Remote-Code-Execution-PoC
CVE-2018-16763 — Fuel CMS 1.4.1 远程代码执行(PoC) Fuel CMS 1.4.1 中未经身份验证的 RCE 漏洞。在 /fuel/pages/select/ 端点的 filter 参数未经清理就传递给了 PHP 后端的 eval 调用,允许通过精心构造的载荷执行任意代码。与盲注入不同,输出 会直接反映 在 HTTP 响应中,因此无需中间文件。 工作原理 1. 向 /fuel/pages/select/ 发送一个携带特制 filter 载荷的 GET 请求,该载荷调用 PHP 的 system 执行所需命令。 2. 使用正则表达式模式从 HTTP...
kurukshetra
Kurukshetra Kurukshetra 是一个 Web 框架,旨在成为第一个开源框架,为托管相当复杂的安全编码 挑战提供坚实基础,同时仍能在安全的沙盒环境中根据用户输入高效且动态地执行每个挑战。 Kurukshetra 由两个组件组成:用 PHP 编写的后端框架,负责管理和利用底层 Docker 系统为挑战执行提供安全的沙盒 ;以及前端,这是一个面向用户的 Web 应用程序,提供所有必要的控制功能,供管理员托管和修改挑战,供用户执行并查看每个输入的結果。 详细工具文档: https://0daylabs.com/kurukshetra/ 安装 支持的平台 Kurukshetra ...
kurukshetra
Kurukshetra Kurukshetra is a web framework that’s developed with the aim of being the first open source framework which provides a solid foundation to host reasonably complex secure coding challenges while still providing the ability to efficiently and dynamically execute each challenge on the...
php_code_analysis
此脚本将扫描你的代码 该脚本可以发现: 1. 文件上传检查问题 2. 主机头注入 3. SQL 注入 4. 不安全的反序列化 5. 开放重定向 6. SSRF 7. XSS 8. LFI 9. 命令注入 特性 1. 快速 2. 简单报告 使用方法: root@kitploit: python code.py file.php - 这将扫描单个文件 python code.py - 这将扫描完整文件夹 . python code.py path - 将扫描所有子文件夹和文件 输出 Twitter: kira321k...
php_code_analysis
this script will scan your code the script can find 1. checkfileupload issues 2. hostheaderinjection 3. SQl injection 4. insecure deserialization 5. openredirect 6. SSRF 7. XSS 8. LFI 9. commandinjection features 1. fast 2. simple report usage: root@kitploit: python code.py file.php -this will sc...
tirreno
tirreno tirreno 是一个安全框架。 tirreno tir.ˈrɛ.no 帮助您理解、监控并保护产品免受威胁、欺诈和滥用。传统的网络安全侧重于基础设施和网络边界,而大多数安全漏洞实际上是通过受损账户和应用逻辑绕过防火墙、SIEM、WAF等防御手段发生的。tirreno 在威胁真正发生的地方检测威胁:您的产品内部。 tirreno 是一款手写、依赖少、"低技术"的 PHP/PostgreSQL 应用。经过简单的五分钟安装后,您可以通过 API 调用注入事件,并立即访问实时威胁仪表盘。 核心组件 SDK 与 API 通过 SDK 将 tirreno 集成到任何产品中。...
seeker
Available in Concept behind Seeker is simple, just like we host phishing pages to get credentials why not host a fake page that requests your location like many popular location based websites. Read more on thewhiteh4t's Blog .Seeker Hosts a fake website which asks for Location Permission and if...
PHP-8.1.0-dev_WebShell-RCE
PHP 8.1.0-dev WebShell RCE Unauthenticated Exploit Code for PHP 8.1.0-dev WebShell RCE Unauthenticated Expected outcome: Exploiting backdoor installed on PHP 8.1.0-dev server thereby obtaining WebShell to execute commands remotely. Intended only for educational and testing in corporate...