This package contains a post-exploitation framework that includes a pure-PowerShell2.0 Windows agent, and a pure Python Linux/OS X agent. It is the merge of the previous PowerShell Empire and Python EmPyre projects. The framework offers cryptologically-secure communications and a flexible architecture. On the PowerShell side, Empire implements the ability to run PowerShell agents without needing powershell.exe, rapidly deployable post-exploitation modules ranging from key loggers to Mimikatz, and adaptable communications to evade network detection, all wrapped up in a usability-focused framework.
Escolha um comando ao lado para ver a descrição e a ajuda completa.
powershell-empire
root@kali:~# powershell-empire -h
usage: empire.py [-h] {server,setup} ...
positional arguments:
{server,setup}
server Launch Empire Server
setup Setup the data directories for Empire
options:
-h, --help show this help message and exit
starkiller
root@kali:~# starkiller -h
┏━(Message from Kali developers)
┃
┃ The command starkiller is deprecated. Please use starkiller-start instead.
┃
┗━
starkiller-start
root@kali:~# starkiller-start --help
┏━(Message from Kali developers)
┃
┃ Please wait for the powershell-empire service to start
┃ ....
┃ [*] Web UI: http://127.0.0.1:1337
┃ [i] You might need to refresh your browser once it opens
┃
┃ Default credentials:
┃ user: empireadmin
┃ password: password123
┃
┗━
starkiller-stop
root@kali:~# starkiller-stop -h
┏━(Message from Kali developers)
┃
┃ Service status:
┃ * powershell-empire.service - Powershell-Empire service
┃ Loaded: loaded (/usr/lib/systemd/system/powershell-empire.service; 5:185mdisabled; preset: 5:185mdisabled)
┃ Active: inactive (dead)
┃
┃ Jun 17 11:29:43 kali powershell-empire[505414]: [INFO]: Waiting for application shutdown.
┃ Jun 17 11:29:43 kali powershell-empire[505414]: [INFO]: Empire shutting down...
┃ Jun 17 11:29:43 kali powershell-empire[505414]: [INFO]: Shutting down listeners...
┃ Jun 17 11:29:43 kali powershell-empire[505414]: [INFO]: Shutting down plugins...
┃ Jun 17 11:29:43 kali powershell-empire[505414]: [INFO]: Shutting down SocketIO...
┃ Jun 17 11:29:43 kali powershell-empire[505414]: [INFO]: Application shutdown complete.
┃ Jun 17 11:29:43 kali powershell-empire[505414]: [INFO]: Finished server process [505414]
┃ Jun 17 11:29:43 kali systemd[1]: powershell-empire.service: Deactivated successfully.
┃ Jun 17 11:29:43 kali systemd[1]: Stopped powershell-empire.service - Powershell-Empire service.
┃ Jun 17 11:29:43 kali systemd[1]: powershell-empire.service: Consumed 1.282s CPU time over 2.168s wall clock time, 147.6M memory peak.
┃
┗━