Explorar el Código

Update AutoC2.sh

assume-breach hace 3 años
padre
commit
5d3d2952a0
Se han modificado 1 ficheros con 26 adiciones y 3 borrados
  1. 26 3
      AutoC2/AutoC2.sh

+ 26 - 3
AutoC2/AutoC2.sh

@@ -252,13 +252,36 @@ echo ""
 echo "Cloning Initial Access Resources"
 echo "Cloning Initial Access Resources"
 echo ""
 echo ""
 sleep 2
 sleep 2
-cd ../Initial_Access
+###Break For Recon Folder###
+cd /opt/Initial_Access
+echo "Installing Initial Access Tools"
+echo ""
+sleep 2
+echo "Installing Spraying Toolkit"
+echo ""
+sleep 2
 git clone https://github.com/byt3bl33d3r/SprayingToolkit.git
 git clone https://github.com/byt3bl33d3r/SprayingToolkit.git
+cd SprayingToolkit/
+pip3 install -r requirements.txt
+cd /opt/Initial_Access
+echo ""
+sleep 2
+echo "Installing O365 Recon"
+echo ""
 git clone https://github.com/nyxgeek/o365recon.git
 git clone https://github.com/nyxgeek/o365recon.git
+echo ""
+sleep 2
+echo "Installing TREVORspray"
+echo ""
+sleep 2
 git clone https://github.com/blacklanternsecurity/TREVORspray.git
 git clone https://github.com/blacklanternsecurity/TREVORspray.git
-
+cd TREVORspray/
+pip3 install -r requirements.txt
+sleep2
+echo ""
 echo "Cloning Payload Development Resources"
 echo "Cloning Payload Development Resources"
-
+echo ""
+sleep 2
 cd ../Payload_Development
 cd ../Payload_Development
 
 
 git clone https://github.com/trustedsec/unicorn.git
 git clone https://github.com/trustedsec/unicorn.git