Empire also supports Python-based modules. This means that any OS which has Python installed on them is supported as well. Let's take a look at how we can perform post exploitation on Linux using Empire.
To begin with, let's create a one-liner stager for Linux. This can be achieved by using a Bash launcher. To use the Bash launcher, execute the usestager multi/bash command and info command to view its options:
Let's follow the usual process. Start by setting the listener and generating the one-liner stager using the execute command:
Once the stager is executed on the target Linux server, the staging process will begin:
A new agent is connected back to the Empire C2:
Let's interact with the agent and get the basic system information using the sysinfo command:
From the agent list, we can see that the agent is not a high...