4141392 matches found
CVE-2026-2472-Vertex-AI-SDK-Google-Cloud
🚨 CVE-2026-2472-Vertex-AI-SDK-Google-Cloud - Herramienta simple de prueba de concepto 🛠 Acerca de esta aplicación Esta herramienta muestra una prueba de concepto PoC técnica para el problema de seguridad CVE-2026-2472. El problema afecta al SDK de Python Vertex AI de Google Cloud Platform. Se...
peach
Peach Fuzz - Marco de escaneo de vulnerabilidades Esta herramienta tiene como objetivo examinar archivos en un directorio dado para detectar llamadas a funciones inseguras, vulnerables o peligrosas. Está diseñada para ser extensible y fácil de entender; puedes "conectar y usar" módulos que...
FireShodanMap
FireShodanMap FireShodanMap 是一个实时地图,集成了 Firebase 和 Shodan。通过 Shodan 搜索易受攻击的设备,并将其显示在地图上以供分析。所有在 Firebase 中更新的数据都是实时的。 变更 我们有一个名为 "fireshodan.py" 的文件,负责填充 Firebase 数据库,我们需要修改: root@kitploit: + FILEWITHKEY.json (打开“凭据”标签页,点击创建凭据 。选择 API 密钥选项。创建服务器密钥。它将自动下载为一个 .json 文件) + KEYFIREBASEHERE (打开 Firebas...
zdns
ZDNS ZDNS 是一个高速 DNS 解析器和命令行工具,用于执行大规模 DNS 测量。ZDNS 使用 Go 语言编写,包含自己的递归解析代码和一个针对多样化名称查询优化的缓存。我们使用 https://github.com/zmap/dns 来构建和解析原始 DNS 数据包。有关 ZDNS 架构和性能的更多信息,请参阅以下发表于 ACM 互联网测量会议 '22 的论文。 !TIP ZDNS Wiki 包含有关 ZDNS 的更多信息,并介绍了用例和示例。 安装 可以通过克隆仓库并运行 make install 来安装 ZDNS。 root@kitploit: git clone...
phpsploit
Full-featured C2 framework which silently persists on webserver via polymorphic PHP oneliner...
phpsploit
全功能C2框架,通过多态PHP单行代码在Web服务器上静默持久存在...
cloudsploit
Aqua 旗下 CloudSploit - 云安全扫描 快速开始 通用方式 root@kitploit: $ git clone https://github.com/aquasecurity/cloudsploit.git $ cd cloudsploit $ npm install $ ./index.js -h Docker 方式 root@kitploit: $ git clone https://github.com/aquasecurity/cloudsploit.git $ cd cloudsploit $ docker build . -t cloudsploit:0.0...
cloudsploit
CloudSploit by Aqua - Cloud Security Scans Quick Start Generic root@kitploit: $ git clone https://github.com/aquasecurity/cloudsploit.git $ cd cloudsploit $ npm install $ ./index.js -h Docker root@kitploit: $ git clone https://github.com/aquasecurity/cloudsploit.git $ cd cloudsploit $ docker buil...
Red-Planet-Laundry-Management-System-1.0-is-vulnerable-to-SQL
Red-Planet-Sistema-de-Gestión-de-Lavandería-1.0-es-vulnerable-a-SQL https://vulners.com/cve/CVE-2022-28452 https://nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-28452 https://laundry.redplanetcomputers.com/ 1-Descripción: Red Planet Laundry Management System 1.0 es vulnerable a inyección SQL a...
CVE-2021-21972
CVE-2021-21972 Script Nmap para verificar la vulnerabilidad CVE-2021-21972 - vCenter Server RCE Referencias de la vulnerabilidad: https://app.howlermonkey.io/vulnerabilities/CVE-2021-21972 https://www.vmware.com/security/advisories/VMSA-2021-0002.html Ejemplo nmap -p443 --script cve-2021-21972.ns...
Prox-Ez
Prox-Ez: La navaja suiza de la autenticación HTTP Este proxy HTTP gestiona todas las autenticaciones HTTP en tu nombre. Es compatible con NTLM EPA enlace de canal y enlace de servicio, kerberos, pass-the-hash, overpass-the-hash pass-the-key y pass-the-ticket TGT y TGS. Artículos relacionados:...
nosferatu
nosferatu Windows NTLM/Kerberos Authentication Backdoor How it Works First, the DLL is injected into the lsass.exe process, and will begin hooking authentication WinAPI calls. The targeted functions are: NTLM: NtlmShared!MsvpPasswordValidate Kerberos: cryptdll!CDLocateCSystem Kerberos:...
nosferatu
nosferatu Windows NTLM/Kerberos 认证后门 工作原理 首先,DLL 被注入到 lsass.exe 进程中,并开始挂钩认证 WinAPI 调用。目标函数为: NTLM: NtlmShared!MsvpPasswordValidate Kerberos: cryptdll!CDLocateCSystem Kerberos: samsrv!SamIRetrieveMultiplePrimaryCredentials 为了不被检测,挂钩的函数会先调用原始函数,允许正常认证流程。仅在发现认证失败后,挂钩才会将实际 NTLM 哈希替换为后门哈希。 使用 nosferat...
knowsmore
Knows More KnowsMore officially supports Python 3.8+. Main features Import NTLM Hashes from .ntds output txt file generated by CrackMapExec or secretsdump.py Import NTLM Hashes from NTDS.dit and SYSTEM Import Cracked NTLM hashes from hashcat output file Import BloodHound ZIP or JSON file BloodHou...
knowsmore
KnowsMore KnowsMore 官方支持 Python 3.8+。 主要特性 从 .ntds 输出文本文件(由 CrackMapExec 或 secretsdump.py 生成)导入 NTLM 哈希 从 NTDS.dit 和 SYSTEM 文件导入 NTLM 哈希 从 hashcat 输出文件导入已破解的 NTLM 哈希 导入 BloodHound ZIP 或 JSON 文件 BloodHound 导入器(将 JSON 导入 Neo4J,无需 BloodHound UI) 分析密码质量(长度、小写字母、大写字母、数字、特殊字符和拉丁字符) 分析密码与公司名称、用户名的相似度...
hakkuframework
Hakku Framework Hakku is a simple framework that is made for penetration testing tools. Hakku framework has a simple structure, basic CLI, and useful features for penetration testing modules development. Getting started Use the "help" command to see all available commands. Here is a video if you...
hakkuframework
Hakku框架 Hakku是一个为渗透测试工具制作的简单框架。 Hakku框架具有简单的结构、基础的CLI以及用于渗透测试模块开发的有用特性。 快速开始 使用"help"命令查看所有可用命令。以下视频展示了Hakku的实际运行效果:https://vimeo.com/197610469 安装 如果你希望将其安装到系统中,可以使用"install.py"脚本。但这不是必须的,hakku可以直接从目录中作为"便携版"运行。 操作系统支持 仅支持GNU/Linux。不支持Mac、Windows,甚至不支持带有termux的Android。 模块 总共提供24个模块。 apacheusers...
Rock-ON
Rock-ON(一击必杀) Rock-On 是一个一体化侦察工具,将有助于提升你的侦察流程。它主要旨在自动化整个侦察过程,节省手动完成所有这些工作所浪费的时间。一篇详细的博客即将发布。敬请期待带有UI的稳定版本。 特性 1. 子域名爬取 2. 查找ASN - 网段 - IP 3. 解析 4. 查找端口 5. 查找虚拟主机 6. 查找目录 7. 查找子域名接管 8. 资产跟踪与实时监控 9. 推送通知到Slack 10. 查找JS链接及其中的相对链接以及一些敏感文件 11. 主动和被动爬取 推荐 机器配置 - Debian 9.4, 4 GB...
pycrypt
pycrypt Python Based Crypter That Can Bypass Any Kinds Of Antivirus Products Note: root@kitploit: If the stub being detected then plz use the following obfuscations:- 1. https://github.com/machine1337/fudcrypt 2. https://github.com/machine1337/pyobfuscate Important: root@kitploit: 1. Make Sure yo...
pycrypt
pycrypt 基于Python的加密器,能够绕过任何类型的杀毒软件 注意: root@kitploit: 如果存根被检测到,请使用以下混淆方法:- 1. https://github.com/machine1337/fudcrypt 2. https://github.com/machine1337/pyobfuscate 重要说明: root@kitploit: 1. 确保你的载荷文件导入了所有库,并且是一个有效的载荷文件 2. 如果载荷被检测到,请告诉我,我会更新存根。 3. 如果需要Cobalt Strike规避功能,请在Telegram联系我: @R0ot1337 使用方法:...