소스 검색

Update AutoC2.sh

Added powershell scripts
assume-breach 2 년 전
부모
커밋
80aacaf23a
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  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###