PowerShell-Empire
It is a pure PowerShell exploitation/post-exploitation framework built on cryptological-secure communications and flexible architecture.
Empire implements the ability to run PowerShell agents without needing powershell.exe.
It is mainly used for Windows targets.
# Start Empire server
sudo powershell-empire server
# Start Empire client
sudo powershell-empire client
# List listeners
listeners
# List target systems
agents
interact AGENT_NAME
Starkiller
It is a GUI frontend for the PowerShell Empire and provides users with an intuitive way of interacting with Empire.
Default credentials
- User:
empireadmin - Password:
password123
Steps to use Starkiller
- Create a listener
- Type: http
-
Host: attacker IP address
-
Generate stager
- Type: windows/csharp_exec
- Listener: http
-
OutFile: stager.exe
-
Download stager: Actions>Download
-
Deliver stager to the target system.
-
Execute stager on the target system.