Parcourir la source

Update AutoC2.sh

Added powershell scripts
assume-breach il y a 2 ans
Parent
commit
80aacaf23a
1 fichiers modifiés avec 14 ajouts et 0 suppressions
  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###