304 matches found
cve-2017-7494
Configuración básica Instalar Samba versión 4.5.9 https://download.samba.org/pub/samba/stable/samba-4.5.9.tar.gz https://wiki.samba.org/index.php/BuildSambafromSource Obtener la versión parcheada de Impacket pip install -r requirements.txt Uso 1. Iniciar el servidor Samba en modo interactivo +...
SecuraBV-CVE-2020-1472
Script de prueba de ZeroLogon Un script de Python que utiliza la librería Impacket para probar la vulnerabilidad del exploit Zerologon CVE-2020-1472. Intenta realizar el bypass de autenticación de Netlogon. El script terminará inmediatamente cuando realice el bypass con éxito y no llevará a cabo...
CVE-2020-1472
ZeroLogon testing script A Python script that uses the Impacket library to test vulnerability for the Zerologon exploit CVE-2020-1472. It attempts to perform the Netlogon authentication bypass. The script will immediately terminate when successfully performing the bypass, and not perform any...
keimpx
简介 keimpx 是一款开源工具,在 Apache License 2.0 下发布。 它可用于通过网络上的 SMB 快速检查有效凭据。凭据可以是: 用户 / 明文密码 的组合。 用户 / NTLM 哈希 的组合。 用户 / NTLM 登录会话令牌 的组合。 如果在攻击阶段后,网络中发现任何有效凭据,系统会要求用户选择要连接的主机以及要使用的有效凭据。然后,用户将获得一个交互式 SMB shell ,在其中可以: 启动交互式命令提示符。 浏览远程 SMB 共享:列出、上传、下载文件,创建、删除文件等。 部署和取消部署自己的服务,例如,监听 TCP 端口以接收传入连接的后门。...
keimpx
Introduction keimpx is an open source tool, released under the Apache License 2.0. It can be used to quickly check for valid credentials across a network over SMB. Credentials can be: Combination of user / plain-text password. Combination of user / NTLM hash. Combination of user / NTLM logon...
CVE-2021-31800-Impacket-SMB-Server-Arbitrary-file-read-write
CVE-2021-31800 - Servidor SMB de Impacket: lectura/escritura arbitraria de archivos Vector CVSS : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H Puntuación CVSS : 9.9 Crítico Descripción Un path traversal en smbserver.py permite a un atacante leer/escribir archivos arbitrarios en el servidor...
PrintNightmare
PrintNightmare Python implementation for PrintNightmare CVE-2021-1675 / CVE-2021-34527 using standard Impacket. Installtion root@kitploit: $ pip3 install impacket Usage root@kitploit: Impacket v0.9.23 - Copyright 2021 SecureAuth Corporation usage: printnightmare.py -h -debug -port destination por...
ranger
ranger A tool to support security professionals access and interact with remote Microsoft Windows based systems. This project was conceptualized with the thought process, we did not invent the bow or the arrow, just a more efficient way of using it. Ranger is a command-line driven attack and...
mssqlproxy
mssqlproxy mssqlproxy is a toolkit aimed to perform lateral movement in restricted environments through a compromised Microsoft SQL Server via socket reuse. The client requires impacket and sysadmin privileges on the SQL server. Please read this article carefully before continuing. It consists of...
Kerberos_CVE-2022-33679
KerberosCVE-2022-33679 REQUISITOS impacket==0.10.0 arc4==0.3.0 CASO DE USO: CVE-2022-33079.py -h -ts -debug -dc-ip ip address target serverName...
CVE-2024-38077-RDLCheck
CVE-2024-38077-RDLCheck 检测RDL服务是否运行,快速排查受影响资产 使用方法: 安装impacket root@kitploit: git clone https://github.com/fortra/impacket.git cd impacket python3 -m pipx install . 脚本使用方法: root@kitploit: python3 RDLCheck.py usage: RDLCheck.py -h -ip IP -f F -t T Windows Remote Desktop Licensing Service Detect...
CVE-2020-1472
CVE-2020-1472 POC Requiere la última versión de impacket desde GitHub con estructuras netlogon añadidas. Tenga en cuenta que por defecto esto cambia la contraseña de la cuenta del controlador de dominio. Sí, esto le permite realizar DCSync, pero también rompe la comunicación con otros controlador...
krbrelayx
Krbrelayx - Kerberos relaying and unconstrained delegation abuse toolkit Toolkit for abusing Kerberos. Requires impacket, ldap3 and dnspython to function. It is recommended to install impacket from git directly to have the latest version available. More info about this toolkit available in my blo...
evil-ssdp
Overview This tool responds to SSDP multicast discover requests, posing as a generic UPNP device. Your spoofed device will magically appear in Windows Explorer on machines in your local network. Users who are tempted to open the device are shown a configurable phishing page. This page can load a...
lsassy
lsassy 用于在一组主机上远程提取凭据的Python工具。这篇博客文章解释了其工作原理。 该工具使用impacket项目远程读取lsass转储中的必要字节,并使用pypykatz提取凭据。 章节| 描述 ---|--- 警告| 使用此工具前请阅读此章节 安装| Lsassy安装 基本用法| 基本lsassy用法 高级用法| 高级lsassy用法及参数说明 添加转储方法| 如何添加自定义lsass转储方法 致谢| 感谢这些人员及工具 官方Discord| 官方Discord服务器 警告 尽管我已尽一切努力使工具稳定,但发生错误时可能会留下痕迹。...
go-secdump
go-secdump Description Package go-secdump is a tool built to remotely extract hashes from the SAM registry hive as well as LSA secrets and cached hashes from the SECURITY hive without any remote agent and without touching disk. The tool is built on top of the library go-smb and use it to...
zerologon
ZeroLogon 漏洞利用脚本 利用代码基于 https://www.secura.com/blog/zero-logon 和 https://github.com/SecuraBV/CVE-2020-1472。原始研究和扫描工具由 Secura 完成,RiskSense Inc. 进行了修改。 要利用此漏洞,请清除先前安装的任何 Impacket 版本,并从 https://github.com/SecureAuthCorp/impacket/commit/b867b21 或更新版本安装 Impacket。然后执行: root@kitploit: python3 setemptypw...
Outpacket
📦 Outpacket ¿Cansado de impacket? Esta chuleta mapea los flujos de trabajo comunes de impacket a sus alternativas modernas Índice Referencia rápida de autenticación 1. Ejecución remota WMI Exec · wmiexec.py DCOM Exec · dcomexec.py Exec basado en servicios · smbexec.py · psexec.py Exec mediante...
CPLDCOMTrigger
CPLDCOMTrigger Descripción Un script de Python que depende de los scripts de Impacket para desencadenar la carga de un archivo .cpl en la memoria utilizando un objeto DCOM. La ruta del archivo CPL ya debe estar añadida al registro. El script utiliza la función Open en la interfaz IOpenControlPane...
rbcd-attack
滥用 Kerberos 基于资源的约束性委派 TL;DR 本仓库介绍针对 Windows Active Directory 域中 Kerberos 基于资源的约束性委派的实际攻击方法。 与其他常见实现的不同之处在于,我们是从 Windows 域外部 发起攻击,而非从已加入域的(通常是 Windows)计算机。 该攻击仅使用 Python3Impacket(及其依赖)实现。已在 Arch 系统上使用最新版 Impacket(编写时版本为 0.9.21)测试通过。 攻击概述 简而言之,不涉及深层细节,该攻击针对域计算机,确切地说是针对目标域计算机的服务主体。 我们需要以下前提条件:...