Impacket Toolkit
Impacket is an expansive toolkit that provides us with many different ways to enumerate and interact with Windows protocols.
Last updated
Impacket is an expansive toolkit that provides us with many different ways to enumerate and interact with Windows protocols.
Last updated
One of the most useful tools in Impacket is psexec.py. The tool is a clone of Sysinternals psexec executable.
Using psexec.py
To connect to a host with psexec.py, we need credentials for a user with local administrator privileges.
We can check for AS-REP Roasting with or without credentials depending on the configuration of the Domain Controller.
Utilizes a semi-interactive shell where commands are executed through . It does NOT drop any files or executables on the target host and generates fewer logs than other modules. IMPORTANT: This is a more stealthy approach to execution on hosts than other tools, but would still likely be caught by most modern anti-virus and EDR systems.