2. Empire
Description:
Empire is a post-exploitation framework that uses PowerShell and Python agents to execute various commands and maintain persistence. It is a powerful tool for post-exploitation on both Windows and Linux environments.
Examples:
- Launch Empire:
- ./empire
- Launch Empire:
Explanation: Starts the Empire server, allowing the user to create and manage agents.
- Run PowerShell Module:
- usemodule credentials/mimikatz/logonpasswords
- Run PowerShell Module:
Explanation: Uses a PowerShell module to run Mimikatz and extract credentials from memory.