Skip to content

Commit

Permalink
Create poshc2_python
Browse files Browse the repository at this point in the history
A version of PoshC2 written for Python for Linux (Debian variants)
  • Loading branch information
nmrdyer authored Aug 1, 2018
1 parent 6ea05eb commit 24dd8ce
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions modules/post-exploitation/poshc2_python
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/usr/bin/env python
#####################################
# Installation module for PoshC2_Python
#####################################

# AUTHOR OF MODULE NAME
AUTHOR="Nick Dyer"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update PoshC2 Python - A PowerShell exploitation framework written Python"

# INSTALL TYPE GIT, SVN, FILE DOWNLOAD
# OPTIONS = GIT, SVN, FILE
INSTALL_TYPE="FILE"

# LOCATION OF THE FILE OR GIT/SVN REPOSITORY
REPOSITORY_LOCATION="https://raw.githubusercontent.com/nettitude/PoshC2_Python/master/Install.sh"

# WHERE DO YOU WANT TO INSTALL IT
INSTALL_LOCATION="poshc2_python"

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="bash"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="bash {INSTALL_LOCATION}Install.sh"

0 comments on commit 24dd8ce

Please sign in to comment.