1308715 matches found
CVE-2022-22947
CVE-2022-22947 内存马注入 支持注入三类内存马 root@kitploit: Usage: usage -t -u Options: -h, --help show this help message and exit -t TYPE switch one : spring, netty, godzilla -u URL url 以哥斯拉马注入为例 root@kitploit: python3 -t godzilla -u http://127.0.0.1 参考文章...
CVE-2024-0588
此存储库没有 README。...
CVE-2026-3854-lab
Flagship Lab 001: De las opciones de push de Git al RCE Un Learning Lab y Research Lab local inspirados en los conceptos de vulnerabilidad documentados públicamente detrás de CVE-2026-3854. Ambas experiencias usan pushes de Git autenticados reales contra ForgeDock, un servidor Git ficticio; el...
cve-2021-3156
Este repositorio no tiene un README...
CVE-2023-4174
此存储库没有 README。...
CVE-2020-15169
README Este README normalmente documentaría los pasos necesarios para poner en marcha la aplicación. Cosas que quizás quieras cubrir: Versión de Ruby Dependencias del sistema Configuración Creación de la base de datos Inicialización de la base de datos Cómo ejecutar el conjunto de pruebas Servici...
CVE-2020-14645
此存储库没有 README。...
CVE-2021-43798
Este repositorio no tiene un README...
cve-2021-4034
此存储库没有 README。...
flow_divert-heap-overflow
flowdivert-heap-overflow flowdivert-heap-overflow 是针对 CVE-2016-1827 的概念验证漏洞利用,该漏洞已在 OS X El Capitan 10.11.5 和 iOS 9.3.2 中修复。 该漏洞是函数 flowdiverthandleappmapcreate 中针对用户空间提供的不可信长度进行的一系列未检查算术运算。利用该漏洞需要 root 权限。 此概念验证会在 OS X Yosemite 10.10.5 上触发内核恐慌。在 El Capitan 中,长度字段已从 64 位改为 32...
cve-2023-38831-poc
Este repositorio no tiene un README...
CVE-2025-24971
此存储库没有 README。...
CVE-2015-0235-cookbook
CVE-2015-0235-cookbook 本 cookbook 用于测试你是否受到 CVE-2015-0235 漏洞的影响。 当前行为在测试失败时会报错: root@kitploit: bash 'test vulnerability against libc' do cwd Chef::Config:filecachepath code -EOH ./CVE-2015-0235 EOH returns 1 end 基于 Debian 的系统: CVE-2015-0235 基于 RHEL 的系统: CVE-2015-0235 支持平台 Debian / Ubuntu CentOS /...
CVE-2021-40444-exp
CVE-2021-40444 PoC Generador de documentos docx maliciosos para explotar CVE-2021-40444 Ejecución remota de código en Microsoft Office Word La creación de este script se basa en ingeniería inversa sobre la muestra utilizada en ataques reales:...
wpUsersScan
wpUsersScan About wpUsersScan Enumerate the users list of the wordpress websites through the REST API / CVE-2017-5487,WordPress 4.7.1 - Username Enumeration Usage root@kitploit: $ python wpUsersScan.py URL How to install Clone Clone the repository with: root@kitploit: $ git clone...
CVE-2022-4395
MASS CVE-2022-4395 Uso root@kitploit: apt install python3 python3-pip -y pip3 install -r require.txt python3 main.py Vista previa Referencia https://wpscan.com/vulnerability/80407ac4-8ce3-4df7-9c41-007b69045c40...
CVE-2022-38181
Este repositorio no tiene un README...
CVE-Vulnerability-Information-Downloader
CVE 漏洞信息下载器 通用漏洞评分系统 CVSS 是一个免费开放的行业标准,用于评估计算机系统安全漏洞的严重程度。 漏洞利用预测评分系统 EPSS 估计软件漏洞在现实中被利用的可能性。 CISA 发布了一份已知被利用漏洞的列表。 该项目从这三个来源下载信息,并将它们合并到一个列表中。 扫描器会显示 CVE 编号和 CVSS 评分,但通常不会导出完整详细信息,例如“利用性评分”或“是否需要用户交互”。通过添加 EPSS 评分,您有更多选择来决定首先处理哪些漏洞,并根据对您环境有意义的阈值进行筛选。 您可以使用这些信息来丰富您的漏洞扫描器(如 OpenVAS)提供的信息,以优先进行修复。...
regreSSHion-CVE-2024-6387-
CVE-2024-6387 检查器 本 README 提供了使用脚本检查您的 OpenSSH 安装是否存在 CVE-2024-6387 漏洞的说明。该脚本会检查系统上已安装的 sshd 二进制文件,确定其版本,并根据检测到的版本检查漏洞状态。 要求 类 Unix 操作系统(Linux、macOS 等) 您的 Shell 环境中需包含 awk、grep、sed、strings 和 cut 工具 脚本概述 该脚本执行以下步骤: 1. 使用 type -a sshd 命令识别所有 sshd 实例。 2. 从每个 sshd 二进制文件中提取版本字符串。 3. 解析版本字符串,确定主版本号和次版本...