Explorar el Código

Update AutoC2.sh

assume-breach hace 3 años
padre
commit
66170a1163
Se han modificado 1 ficheros con 16 adiciones y 4 borrados
  1. 16 4
      AutoC2/AutoC2.sh

+ 16 - 4
AutoC2/AutoC2.sh

@@ -185,13 +185,25 @@ python3 -m pip install -r requirements/base.txt
 python3 setup.py install
 cd ../
 echo ""
-
+echo "Installing Metagoofil"
 git clone https://github.com/laramies/metagoofil.git
-git clone https://github.com/killswitch-GUI/SimplyEmail.git
+echo""
+echo "Installing TruffleHog"
+echo ""
 git clone https://github.com/dxa4481/truffleHog.git
-git clone https://github.com/ChrisTruncer/Just-Metadata.git
-git clone https://github.com/nccgroup/typofinder.git
+cd trufflehog; go install
+cd ../
+echo""
+echo "Installing TypoFinder"
+echo ""
+echo "Installing Pwned0rNot -- API KEY REQUIRE"
 git clone https://github.com/thewhiteh4t/pwnedOrNot.git
+cd pwnedOrNot
+chmod +x install.sh
+./install.sh
+cd ../
+echo""
+echo "Installing GitHarvester"
 git clone https://github.com/metac0rtex/GitHarvester.git