Browse Source

Update AutoC2.sh

Added powershell scripts
assume-breach 2 years ago
parent
commit
80aacaf23a
1 changed files with 14 additions and 0 deletions
  1. 14 0
      AutoC2/AutoC2.sh

+ 14 - 0
AutoC2/AutoC2.sh

@@ -123,6 +123,7 @@ mkdir Virtual_Machines
 mkdir Staging
 mkdir Log_Aggregation
 mkdir Windows_OS
+mkdir Powershell
 echo""
 echo "Getting Resources"
 sleep 2
@@ -584,6 +585,19 @@ cd FourEye/
 chmod 755 setup.sh
 ./setup.sh
 echo ""
+###Break For Powershell###
+
+echo "Creating Powershell Resources"
+echo ""
+echo "Cloning PowerSploit"
+echo ""
+cd /opt/Powershell
+git clone https://github.com/PowerShellMafia/PowerSploit.git
+echo""
+echo "Cloning PowerSCCM"
+echo ""
+git clone https://github.com/PowerShellMafia/PowerSCCM.git
+echo ""
 
 ###Break For Payload Development###