Linux command
impacket 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Get TGT with password
impacket-getTGT [domain/user:password]
Remote command execution
impacket-psexec [domain/user:password@target]
WMI execution
impacket-wmiexec [domain/user:password@target]
SMB execution
impacket-smbexec [domain/user:password@target]
Dump secrets
impacket-secretsdump [domain/user:password@target]
AS-REP roasting
impacket-GetNPUsers [domain/] -usersfile [users.txt] -no-pass
说明
Impacket is a collection of Python classes for working with network protocols. It includes numerous tools for penetration testing, particularly useful for Windows network attacks and assessments. The toolkit provides implementations of SMB, MSRPC, Kerberos, LDAP, and other protocols commonly used in Windows environments.
FAQ
What is the impacket command used for?
Impacket is a collection of Python classes for working with network protocols. It includes numerous tools for penetration testing, particularly useful for Windows network attacks and assessments. The toolkit provides implementations of SMB, MSRPC, Kerberos, LDAP, and other protocols commonly used in Windows environments.
How do I run a basic impacket example?
Run `impacket-getTGT [domain/user:password]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more impacket examples?
This page includes 6 examples for impacket, plus related commands for nearby Linux tasks.