46268 matches found
swarmer
swarmer 一个用于悄悄地添加注册表项到HKCU的工具,EDR/AV无法察觉发生了什么,即使你没有管理员权限 。 如何使用? 注意:你只有一次机会这样做,一旦NTUSER.MAN成为你的新注册表配置单元,没有管理员权限就无法更改,所以请确保第一次就把所有修改都做好。 使用 regquery BOF 的结果 1. 从 https://github.com/trustedsec/CS-Situational-Awareness-BOF/tree/master/SA/regquery 获取合适的 reqquery BOF。 2. 执行 execute-bof --opsec...
proxylogscan
proxylogscan Esta herramienta para escanear en masa una vulnerabilidad en Microsoft Exchange Server que permite a un atacante eludir la autenticación y hacerse pasar por administrador CVE-2021-26855. Al encadenar este fallo con otra vulnerabilidad posterior a la autenticación de escritura...
LittleCorporal
LittleCorporal LittleCorporal:一个C自动化恶意文档生成器 root@kitploit: C:\LittleCorporal\bin\ReleaseLittleCorporal.exe C:\beacon.bin explorer.exe . . . . | | ||/ |/ || | \ \ | | | | | \ \ \ | / / \ / / \ \ \ / \ \ \ | | | || || | | | | |\ /\ \ | / | | // | | | ||| || |/\ \ //|| | / /|| // / / / ||...
CVE-2025-45466
CVE-2025-45466 Son los detalles de CVE-2025-45466 Divulgación de CVE: CVE-2025-45466 Resumen Se ha descubierto una vulnerabilidad en el perro robótico Unitree Go1 todas las versiones = Go120220511 que involucra credenciales de autenticación en texto plano codificadas , lo que conduce a un Control...
CVE-2024-38063-scanner
概述 此项目是一个 Python 脚本,利用 Shodan 进行侦察、Scapy 构造和发送恶意 IPv6 数据包,以识别并利用易受攻击的 Windows 系统,针对 CVE-2024-38063 漏洞。该工具自动化了搜索易受攻击主机、验证其受影响情况以及执行拒绝服务(DoS)攻击以引发蓝屏死机(BSOD)的过程。 CVE-2024-38063 详解 CVE-2024-38063 是某些版本 Windows 操作系统中发现的一个严重漏洞。该漏洞源于对 IPv6 邻居发现(ND)数据包(特别是分片 IPv6 数据包的处理)的不当处理。攻击者可通过发送特制的 IPv6 数据包利用此缺陷,导致...
node-ip-vex
node-ip-vex 此示例项目依赖于 node-ip npm 包,该包存在 CVE-2024-29415 漏洞。 然而,由于我们的项目并未直接使用存在漏洞的函数 .isPublic,因此该 CVE-2024-29415 对项目不可利用。 使用 Docker Scout 运行分析 我可以将我的项目打包为 Docker 镜像: root@kitploit: docker buildx build -t felipecruz1638514/node-ip-vex:v1 . 然后运行 Docker Scout 分析,检查我的项目是否存在 CVE-2024-29415 漏洞:...
HintInject
HintInject HintInject 是一款 Shellcode 嵌入与加载工具,是我在探索 PE 文件与导入目录表结构时开发的。它会接收原始 Shellcode 文件,将 Shellcode 分块放入 Hint/Name 表条目中,这些条目通过加载程序可执行文件上伪造的 DLL 导入项中的导入查找表(Import Lookup Table)可被访问。加载程序随后将这些分块合并起来执行 Shellcode。我不确定这算不算新颖的技术,但分享出来只是为了好玩。 DLL 加载过程 在解释 HintInject 的工作原理之前,我想先参考 Stack Overflow...
CVE_2020_2546
Twitter: @Hktalent3135773 1、Weblogic RCE exploit CVE20202546 CVE-2020-2915 CVE-2020-2801 CVE-2020-2798 CVE-2020-2883 CVE-2020-2884 CVE-2020-2950 WebLogic RCE T3 payload exploit poc python3 2、exploit GIOP + send bind CVE-2020-2555、CVE-2019-2888、CVE-2019-2888 or others GIOP + send jta rmi or others...
TrickDump
TrickDump TrickDump 转储 lsass 进程时不创建 Minidump 文件,而是生成 3 个 JSON 文件和 1 个包含内存区域转储的 ZIP 文件。分为三个步骤: Lock :使用 RtlGetVersion 获取操作系统信息。 Shock :通过 NtOpenProcessToken 和 NtAdjustPrivilegeToken 获取 SeDebugPrivilege 权限,使用 NtGetNextProcess 和 NtQueryInformationProcess 打开句柄,然后通过 NtQueryInformationProcess 和...
honeyLambda
Trampa sin servidor honeyλ - una aplicación simple sin servidor diseñada para crear y monitorear URL honeytokens, sobre AWS Lambda y Amazon API Gateway Notificaciones de Slack Alertas por correo electrónico y SMS Cargar configuración desde archivo local o Amazon S3 Personalizar la respuesta HTTP...
Creds
Creds Algunos scripts y ejecutables útiles para Pentest y Forense La mayoría de los scripts/ejecutables son específicos de Windows / Dominio. Descargo de responsabilidad legal: El uso de estos scripts/ejecutables para atacar objetivos sin consentimiento mutuo previo es ilegal. Es responsabilidad...
bore
bore A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That's all it does: no more, and no less. root@kitploit: Installation requires Rust, see alternatives below cargo install bore-cli On your local machine bore local 80...
bore
bore 一个用 Rust 编写的现代、简单的 TCP 隧道,可将本地端口暴露给远程服务器,绕过标准的 NAT 连接防火墙。它只做一件事:不多也不少。 root@kitploit: 安装(需要 Rust,见下方其他方式) cargo install bore-cli 在本地机器上 bore local 8000 --to bore.pub 这将把你的本地端口 localhost:8000 暴露给公共互联网上的 bore.pub:,端口号是随机分配的。 类似于 localtunnel 和 ngrok,但 bore 旨在成为一个高效、无偏见的 TCP...
xattr-oob-swap
xattr-oob-swap CVE-2020-27904: un bug de tfp0 para macOS 10.15.x y anteriores. Código de exploit de demostración para mi charla en BlackHat ASIA 2021. La vulnerabilidad se ha corregido en macOS Big Sur 11.0 y en la última actualización de seguridad de 10.15 y 10.14. Garantía Úsalo bajo tu propio...
vbsmin
VBSmin VBScript minifier Features ⬜️ Remove extra whitespace Trailing whitespace Leading whitespace Blank lines Inline extra spaces 💬 Remove comments Single quote start of the line Single quote inline REM 1️⃣ One-line Line splitting underscore Colon Quick start Quick install root@kitploit: $ gem...
vbsmin
VBSmin VBScript 压缩工具 特性 ⬜️ 去除多余空白 行尾空白 行首空白 空行 行内多余空格 💬 移除注释 单引号(行首) 单引号(行内) REM 1️⃣ 单行化 分行连接(下划线) 冒号 快速开始 快速安装 root@kitploit: $ gem install vbsmin 查看更多安装选项。 默认用法:命令行 root@kitploit: $ vbsmin samples/features.vbs 原文件大小:344 字节 压缩后大小:244 字节 节省空间:100 字节 原文件路径:samples/features.vbs...
apicheck
APICheck - The DevSecOps toolset for REST APIs .. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: https://github.com/BBVA/apicheck/blob/master/LICENSE :alt: License .. image:: https://readthedocs.org/projects/apicheck/badge/?version=latest :target:...
SAP_EEM_CVE-2020-6207
PoC for CVE-2020-6207 Missing Authentication Check in SAP Solution Manager This script allows to check and exploit missing authentication checks in SAP EEM servlet tcsmdagentapplicationeem that lead to RCE on SAP SMDAgents connected to SAP Solution Manager Original finding: Pablo Artuso Yvan 'igg...
SneakyEXE
SneakyEXE root@kitploit: /$$$$$$ /$$ /$$$$$$$$ /$$ /$$ /$$$$$$$$ /$$ $$ | $$ | $$/| $$ / $$| $$/ | $$ / /$$$$$$$ /$$$$$$ /$$$$$$ | $$ /$$ /$$ /$$| $$ | $$/ $$/| $$ | $$$$$$ | $$ $$ /$$ $$ | $$| $$ /$$/| $$ | $$| $$$$$ \ $$$$/ | $$$$$ \ $$| $$ \ $$| $$$$$$$$ /$$$$$$$| $$$$$$/ | $$ | $$| $$/ $$ $$ ...