273 matches found
CVE-2022-26809
CVE-2021-1675 / CVE-2021-34527 Impacket 实现的 PrintNightmare PoC,最初由 Zhiniang Peng @edwardzpeng 和 Xuefeng Li @lxf02942370 创建 已在完全修补的 2019 域控制器上测试 远程或本地执行恶意 DLL 补丁更新 微软已发布补丁以缓解这些攻击,但如果机器上存在以下值,则机器仍将存在漏洞 root@kitploit: REG QUERY "HKLM\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint"...
CVE-2025-24071-POC
sudo apt update sudo apt install wine wine CVE-2025-24071-POC.exe -i 10.10.14.8 -n try ZIP creado: try.zip impacket-smbserver: smbserver.py try /root/smbshare -smb2support -ip 10.10.14.8 -debug Impacket Exegol fork v0.13.0.dev0+20250723.125503.b5db2dd7 - Copyright Fortra, LLC and its affiliated...
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...
CVE-2021-31800-Impacket-SMB-Server-Arbitrary-file-read-write
CVE-2021-31800 - Impacket SMB Server 任意文件读取/写入 CVSS 向量 : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS 评分 : 9.9(严重) 描述 smbserver.py 中的路径遍历漏洞允许攻击者在服务器上读取/写入任意文件。 此问题的详细解释:https://checkmarx.com/blog/cve-2021-31800-how-we-used-impacket-to-hack-itself/ 用法 在 ./exploitenv/ 目录中键入 make...
Kerberos_CVE-2022-33679
KerberosCVE-2022-33679 依赖 impacket==0.10.0 arc4==0.3.0 用例: CVE-2022-33079.py -h -ts -debug -dc-ip ip address target serverName...
proxylogon
proxylogon mi exploit para la cadena proxylogon Microsoft Exchange Server - CVE-2021-26855 Ejecución: el exploit usa el paquete Impacket, para instalarlo ejecuta esto: root@kitploit: user@host:$ python3 -m pip install impacket luego clona el repositorio del exploit y entra en el directorio del...
kerbrute
kerbrute 一个通过使用 Impacket 库执行 Kerberos 暴力破解的脚本。 执行时,输入接收一个用户或用户列表以及一个密码或密码列表。然后进行暴力破解攻击以枚举: 有效的用户名/密码组合 有效的用户名 不需要预认证的用户名 结果,脚本会生成发现的凭证列表,以及由这些有效凭证生成的 TGT。 安装 从 pypi: root@kitploit: pip3 install kerbrute 从仓库: root@kitploit: git clone https://github.com/TarlogicSecurity/kerbrute cd kerbrute pip...
ridrelay
RidRelay Quick and easy way to get domain usernames while on an internal network. Hit me up: @skorov8 How it works RidRelay combines the NTLM Relay attack, common lsarpc based queries and RID cycling to get a list of domain usernames. It takes these steps: 1. Spins up an SMB and HTTP servers and...
UltraRealy_with_CVE-2019-1040
UltraRelay 由 Lazaar Sami 更新,用于利用 CVE-2019-1040 UltraRelay 是一款用于 LLMNR 投毒和 NTLM 凭据中继的工具。它基于 Responder 和 impack。 我已更新原始版本 https://github.com/5alt/ultrarelay 以利用 CVE-2019-1040。 Dirk-jan Mollema 已更新 ntlmrelayx(属于 https://github.com/CoreSecurity/impacket),新增了 --remove-mic 标志,该标志基于 Preempt...
LDAP-Password-Hunter
LDAP 密码猎人 由于旧服务需求或不良安全实践,密码在LDAP数据库中对任何能够通过身份验证的用户都是可读的。 LDAP密码猎人是一个工具,它封装了getTGT.py(Impacket)和ldapsearch的功能,用于查找存储在LDAP数据库中的密码。Impacket的getTGT.py脚本用于对枚举使用的域账户进行身份验证,并保存其TGT Kerberos票据。随后,TGT票据被导出到KRB5CCNAME变量中,ldapsearch脚本利用该变量进行身份验证,并为每个运行LDAP密码猎人的域/DC获取TGS...
dc-sonar
DC Sonar 社区 仓库 该项目包含以下仓库: dc-sonar-frontend dc-sonar-user-layer dc-sonar-workers-layer ntlm-scrutinizer 免责声明 仅供教育目的使用。 请勿在生产环境中的 Active Directory AD 域下使用。 任何贡献者均不对其使用承担任何责任。 社交媒体 查看我们的红队社区 Telegram 频道 目录 1. 描述 1. 架构 2. 功能 2. 安装 1. Docker 2. 使用 dpkg 手动安装 3. 风格指南 4. 开发部署 1. Docker 2. 使用 Windows 宿主机...
aclpwn.py
aclpwn.py Aclpwn.py is a tool that interacts with BloodHound to identify and exploit ACL based privilege escalation paths. It takes a starting and ending point and will use Neo4j pathfinding algorithms to find the most efficient ACL based privilege escalation path. Aclpwn.py is similar to the...
adidnsdump
Active Directory Integrated DNS dump tool By default any user in Active Directory can enumerate all DNS records in the Domain or Forest DNS zones, similar to a zone transfer. This tool enables enumeration and exporting of all DNS records in the zone for recon purposes of internal networks. For mo...
CVE-2024-21413
CVE-2024-21413 | Microsoft Outlook 远程代码执行漏洞 PoC 🚀 用法 在使用此脚本之前,请确保您已获得目标系统所有者的适当权限和授权。 前提条件 Python 3.x impacket-smbserver 使用示例 root@kitploit: sudo python3 CVE-2024-21413.py 🛠️ 功能特性 邮件发送:利用 SMTP 发送包含纯文本和 HTML 部分的电子邮件。 HTML 模板:支持从 Templates 文件夹读取 HTML 模板,并将占位符替换为实际值。 附件:自动创建并附加 exploit.rtf 文件到邮件中。...
PrintNightmare
PrintNightmare 使用标准 Impacket 的 PrintNightmare CVE-2021-1675 / CVE-2021-34527 Python 实现。 安装 root@kitploit: $ pip3 install impacket 用法 root@kitploit: Impacket v0.9.23 - Copyright 2021 SecureAuth Corporation usage: printnightmare.py -h -debug -port destination port -target-ip ip address -hashes...
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-1675
CVE-2021-1675 / CVE-2021-34527 Impacket 对 PrintNightmare PoC 的实现,该 PoC 最初由 Zhiniang Peng @edwardzpeng 和 Xuefeng Li @lxf02942370 创建。 已在完全修补的 2019 域控制器上测试。 远程或本地执行恶意 DLL。 补丁更新 微软已发布补丁以缓解这些攻击,但如果机器上存在以下值,则该机器仍然容易受到攻击: root@kitploit: REG QUERY "HKLM\Software\Policies\Microsoft\Windows...
ZeroLogon-to-Shell
这是 zerologontester.py 代码与 evil-winrm 工具的整合,用于获取 shell。我只是添加了一个 "os.system" 来调用 evil-winrm。 要求: 要获取管理员 NTLM HASH,我建议你使用 impacket 中的 secretsdump 工具 当然,你还需要安装 evil-winrm 这只是一个简单的代码,将几乎所有内容整合在一起。 一些参考资源: https://tryhackme.com/room/zer0logon...
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...
Pachine
Pachine 针对 CVE-2021-42278(Active Directory 权限提升)的 Python 实现。 安装 root@kitploit: $ pip3 install impacket 用法 root@kitploit: Impacket v0.9.23 - Copyright 2021 SecureAuth Corporation usage: pachine.py -h -scan -spn SPN -impersonate IMPERSONATE -domain-netbios NETBIOSNAME -computer-name...