impacket-toolkit
Installation
SKILL.md
Impacket Windows 协议工具集
Impacket 用纯 Python 实现了 Windows 网络协议栈,在 Linux 上就能直接操作 Windows 目标——不需要在目标上安装任何东西。
项目地址:https://github.com/fortra/impacket
认证方式
Impacket 所有工具都支持多种认证方式,理解这些格式很重要:
# 密码认证
tool.py DOMAIN/user:password@TARGET
# NTLM 哈希传递 (Pass-the-Hash)
tool.py DOMAIN/user@TARGET -hashes LM:NTLM
tool.py DOMAIN/user@TARGET -hashes :NTLM # LM 部分可省略