Updated INSTALL notes

chunking
benpturner 2018-12-02 01:15:02 +00:00
parent 11f326b2e4
commit 951cb6be15
1 changed files with 19 additions and 1 deletions

View File

@ -17,3 +17,21 @@ sudo python /opt/PoshC2_Python/ImplantHandler.py
sudo python /opt/PoshC2_Python/C2Viewer.py
# RUNNING as SystemCTL Service, see poshc2.service file for more information
systemctl start poshc2.service
# Each user have their own ImplantHandler.py
sudo python /opt/PoshC2_Python/ImplantHandler.py
# Each user can view output from JournalCTL
journalctl -n 80000 -u poshc2.service -f --output cat
# OPTIONAL - INSTALL PoshC2_Python on Linux using Python VirtualENV
=======================================================================
cd /opt/
git clone https://github.com/nettitude/PoshC2_Python.git
pip install virtualenv
virtualenv /opt/PoshC2_Python/
cd /opt/PoshC2_Python/
source /opt/PoshC2_Python/bin/activate
pip install -r requirements.txt