Python Server for PoshC2
 
 
 
Go to file
benpturner bf4cc9793b 'Updated Persistence Comment' 2018-09-03 18:48:44 +01:00
Files 'Updated IV' 2018-09-02 20:08:53 +01:00
Images Initial Commit 2018-07-23 09:55:15 +01:00
Modules 'Updated SMBExec/WMIExec Password Options not to use Add-Type' 2018-09-03 13:53:34 +01:00
.gitignore Initial Commit 2018-07-23 09:55:15 +01:00
AutoLoads.py Initial Commit 2018-07-23 09:55:15 +01:00
C2Server.py 'Added Crontab Persistence and Download-File for Mac' 2018-09-03 17:51:21 +01:00
C2Viewer.py Initial Commit 2018-07-23 09:55:15 +01:00
Cert.py Initial Commit 2018-07-23 09:55:15 +01:00
Colours.py Initial Commit 2018-07-23 09:55:15 +01:00
Config.py 'TurnOff Sounds' 2018-07-23 10:02:57 +01:00
Core.py 'Removed Print' 2018-09-02 20:09:58 +01:00
DB.py 'Added Domain Fronting for OSx Implant' 2018-08-14 21:17:54 +01:00
HTML.py Initial Commit 2018-07-23 09:55:15 +01:00
Help.py 'Added Crontab Persistence and Download-File for Mac' 2018-09-03 17:51:21 +01:00
INSTALL.txt Initial Commit 2018-07-23 09:55:15 +01:00
INSTALL_Socks.txt Initial Commit 2018-07-23 09:55:15 +01:00
INSTALL_Windows.txt Initial Commit 2018-07-23 09:55:15 +01:00
Implant.py 'Updated Persistence Comment' 2018-09-03 18:48:44 +01:00
ImplantHandler.py 'Added Crontab Persistence and Download-File for Mac' 2018-09-03 17:51:21 +01:00
Install.sh Initial Commit 2018-07-23 09:55:15 +01:00
LICENSE Initial Commit 2018-07-23 09:55:15 +01:00
Payloads.py 'Python Downloader' 2018-08-15 13:33:30 +01:00
README.md 'PoshC2 Readme' 2018-07-23 11:04:48 +01:00
TabComplete.py Initial Commit 2018-07-23 09:55:15 +01:00
Tasks.py Updated InstallEXE-Persistence 2018-08-09 10:40:35 +01:00
Update.sh Initial Commit 2018-07-23 09:55:15 +01:00
poshc2.service Initial Commit 2018-07-23 09:55:15 +01:00
requirements.txt Initial Commit 2018-07-23 09:55:15 +01:00

README.md

PoshC2

PoshC2 is a proxy aware C2 framework written completely in PowerShell to aid penetration testers with red teaming, post-exploitation and lateral movement. The tools and modules were developed off the back of our successful PowerShell sessions and payload types for the Metasploit Framework. PowerShell was chosen as the base language as it provides all of the functionality and rich features required without needing to introduce multiple languages to the framework.

Windows Install (PoshC2):

powershell -exec bypass -c "IEX (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/nettitude/PoshC2/master/C2-Installer.ps1')"

Linux Install (PoshC2_Python):

curl -sSL https://raw.githubusercontent.com/nettitude/PoshC2_Python/master/Install.sh | bash

Documentation

We maintain PoshC2 documentation over at https://poshc2.readthedocs.io/en/latest/

Find us on #Slack - poshc2.slack.com

Install

curl -sSL https://raw.githubusercontent.com/nettitude/PoshC2_Python/master/Install.sh | bash