2567438 matches found
pupy
Pupy Pupy ist ein Open-Source, plattformübergreifendes Windows, Linux, OSX, Android Multi-Funktions-RAT Remote Administration Tool und Post-Exploitation-Tool, hauptsächlich in Python geschrieben. Es zeichnet sich durch eine vollständig im Arbeitsspeicher ablaufende Ausführungsrichtlinie aus und...
cve-2017-5487
CVE-2017-5487 é? : Em versões do WordPress anteriores a 4.7.1, a implementação da REST API em wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php não restringia a lista de autores, permitindo que um atacante remoto obtivesse informações sensíveis através de uma requisição...
instarecon
InstaRecon Automated basic digital reconnaissance. Great for getting an initial footprint of your targets and discovering additional subdomains. InstaRecon will do: DNS lookups A, PTR, MX, NS DNS lookups recursively on all hosts discovered Whois on domain and IP lookups Google dorks looking for...
instarecon
InstaRecon 自动化的基础数字侦察。适合获取目标的初始足迹并发现额外的子域名。InstaRecon 将执行: DNS 查询(A、PTR、MX、NS) 对所有发现的主机进行递归 DNS 查询 Whois(域名和 IP)查询 使用 Google dorks 搜索子域名和 URL Shodan 查询 对整个 CIDR 进行反向 DNS 查询(仅当目标为网络时) 所有结果将整齐地打印在控制台或 csv 文件中。 InstaRecon 永远不会直接扫描目标。信息从 DNS/Whois 服务器、Google 和 Shodan 获取。 安装 安装只需执行:bash pip install -r...
TABPE
TABPE 什么是TABPE? TABPE (由 TABriz 和 PE 组合而成——大不里士是我的家乡,出于对这座城市的热爱,我以此命名该项目)是一个开放、结构化的数据集,包含 所有 PE 文件 (Windows 可执行文件,包括 .exe、.dll、.sys 等)的信息,这些文件来自干净、已完全更新的 Windows 10 Pro 和 Windows 11 Pro 版本。 我的工作流程如下: 我安装了 Windows,然后在 Microsoft 每月发布安全更新(Patch Tuesday)后,尝试更新系统。 在某些月份,更新恰好在 Patch Tuesday 当天或之后几天内完成。...
CVE-2022-1292
CVE-2022-1292 POC Beschreibung root@kitploit: The crehash script does not properly sanitise shell metacharacters to prevent command injection. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute...
rack-bug
Rack::Bug Code Climate 仓库: http://github.com/brynary/rack-bug 描述 Rack::Bug为Rack应用添加一个诊断工具栏。启用后,它会注入一个浮动的div,允许浏览日志、数据库查询、模板渲染时间等。 特性 基于密码的安全 基于IP的安全 Rack::Bug的检测/报告被分解为面板。 默认配置中的面板: Rails Info 计时器 请求变量 SQL Active Record 缓存 模板 日志 内存 其他捆绑的面板: Redis Sphinx 添加自定义面板的API简单而强大 Rails快速入门 root@kitploit:...
CVE-2019-10945
Conversión de código a Python 3 Este código está tomado de Joomla! Core 1.5.0 - 3.9.4 - Directory Traversal / Authenticated Arbitrary File Deletion y fue convertido a Python 3 para adaptarse al ejercicio en Academy del módulo "Attacking Common Applications" y la sección "Attacking Joomla". El...
diaphora-mcp
Читать на русском языке Diaphora MCP Diaphora MCP 是一个用于自动二进制差异分析的 MCP(模型上下文协议)服务器。它通过 MCP 协议连接 Diaphora(差异分析引擎)和 IDA Pro(反汇编器),使得 AI 代理(如 Claude Code)能够执行二进制文件比较、发现安全补丁并分析变更。 特性 导出 :将分析后的 .i64 / .idb 数据库转换为 Diaphora SQLite 格式(通过 idat.exe 无头模式) 差异分析 :比较两个导出的数据库,按匹配类型和比率过滤结果 漏洞分析...
ddoor
ddoor cross platform backdoor using dns txt records What is ddor? ddor is a cross platform light weight backdoor that uses txt records to execute commands on infected machines. Features Allows a single txt record to have seperate commands for both linux and windows machines List of around 10 publ...
page_table_walk
Capture the Flag in Physical Memory You've read about paging. The diagrams make sense. Four levels, 9 bits each, page frame, offset. Sure. But then you hit a challenge that requires actually walking page tables, and you realize you don't know it. You know about it. Big difference. What worked for...
cua-kit
CUA-Kit Un conjunto de herramientas para enumerar e interactuar con agentes de uso de computadora en sistemas Windows y macOS. Herramientas Herramienta| Descripción| Salidas ---|---|--- cua-enum| Enumera configuraciones de agentes de uso de computadora Claude Code, Codex CLI, Cursor, Gemini CLI|...
zip-shotgun
ZIP Shotgun 用于测试 zip 文件上传功能(以及可能的 zip 文件提取)是否存在漏洞(即 Zip Slip)的实用脚本。 该脚本的思路来自 Silent Signal Techblog - 压缩文件上传与命令执行 以及 OWASP - 测试恶意文件上传 Snyk.io 有一份关于此漏洞的报告:Zip Slip 漏洞,以及一个包含多种语言存在漏洞的库的 GitHub 仓库:Snyk.io Zip Slip GitHub 仓库 还有来自 LiveOverflow 的一个精彩视频,对 Zip Slip 和 Zipperdown 漏洞进行了阐述:危险 .zip 漏洞?— Zip...
CVE-2019-17564-FastJson-Gadget
CVE-2019-17564 FastJson + SpringFramework 利用链(针对 Dubbo 2.7.3) 完整的分析文章可在 https://www.checkmarx.com/blog/apache-dubbo-unauthenticated-remote-code-execution-vulnerability 获取 注意: 这并非一个漏洞利用程序 ;它是一个用于演示在包含特定依赖项的作用域中反序列化的 POC 利用链。 概述 用于创建阿里巴巴 FastJson + Spring 利用链的基本代码,该链被用于在 CVE-2019-17564 中利用 Apache...
CVE-2019-16278_Nostromo-1.9.6---Remote-Code-Execution
POC 代码仓库: https://github.com/CybermonkX/CVE-2019-16278Nostromo-1.9.6---Remote-Code-Execution.git 📜 描述 本仓库包含针对 CVE-2019-16278 的 Python 漏洞利用脚本,该漏洞存在于 Nostromo 1.9.6 (一款 Web 服务器)中。该漏洞通过目录遍历攻击,允许在目标系统上执行任意命令,从而实现远程代码执行(RCE) 。 🚀 功能特性 在脆弱目标上执行自定义 shell 命令。 支持反向 shell 负载。 可自定义从目标返回的响应大小。 🛠️ 环境要求 Python...
CVE-2019-15107
CVE-2019-15107 Webmin 1.890 未认证远程代码执行漏洞 该脚本用于利用 Webmin 1.890 中的未认证命令执行漏洞。它允许您在目标 Webmin 服务器上执行任意命令或获取反向 Shell。 使用方法 该漏洞利用工具需要 5 个参数: root@kitploit: $ python3 test.py -h usage: test.py -h -i IP Address -p Port number -c Command --shell -x Exploit unauthenticated command execution in Webmin 1.890...
cve-2021-22205-GitLab-13.10.2---Remote-Code-Execution-RCE-Unauthenticated-
This repository does not have a README...
EvilMist
EvilMist EvilMist 是一个脚本和实用工具集合,旨在支持云安全配置审计、云渗透测试和云红队行动。该工具包有助于识别错误配置、评估权限提升路径并模拟攻击技术。EvilMist 旨在简化以云为重点的红队工作流程,并改善云基础设施的整体安全态势。 工具 未经验证的 Entra ID 枚举 未经验证的 Azure/Entra ID 枚举和侦察工具。使用公开可用的 API 和 DNS 查询执行被动/半被动枚举,无需任何身份验证令牌。 主要特点: 无需认证 - 无需 Azure 令牌或凭据即可运行 租户发现 - 通过 azmap.dev 和 OpenID 配置检索租户 ID、名称、区域...
CVE-2023-34992
CVE-2023-34992: Fortinet FortiSIEM 未授权命令注入 概念验证漏洞利用,用于在易受攻击的FortiSIEM设备上以root权限盲执行命令 博客文章 根本原因和入侵指标在此: https://www.horizon3.ai/attack-research/disclosures/cve-2023-34992-fortinet-fortisiem-command-injection-deep-dive 使用方法 root@kitploit: % python3 CVE-2023-34992.py -h usage: CVE-2023-34992.py -h -...
CVE-2023-20198-Scanner
Cisco IOS XE Device Scanner User Guide for CVE-2023-20198-Scanner This is a webshell fingerprinting scanner designed to identify implants on Cisco IOS XE WebUI's affected by CVE-2023-20198 and CVE-2023-20273. This Python script checks for compromised Cisco IOS XE devices by making HTTP and HTTPS...