impacket
Run Windows/AD post-exploitation tasks: dump credentials, execute commands remotely, and perform Kerberos attacks using a modular Python toolkit.
Instructions
Collection of Python tools for Windows network protocols. Includes secretsdump (dump credentials remotely), psexec (remote command execution), wmiexec (WMI shell), GetNPUsers (AS-REP roasting), GetUserSPNs (Kerberoasting), and many more. Use for post-exploitation Windows/AD operations when you have credentials. Output: varies by module — dumped hashes, command output, or shell access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Module-specific options (e.g. 'domain/user:password@target' for authenticated access) | |
| module | Yes | Impacket module (e.g. secretsdump, psexec, wmiexec, GetNPUsers, GetUserSPNs, samrdump) | |
| target | Yes | Target IP or hostname |