This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
clear | ||
echo INSTALANDO PAQUETES BASICOS... | ||
apt-get install figlet | ||
echo LISTO! | ||
sleep 2 | ||
clear | ||
figlet ANDMONIT 2.0.3 | ||
figlet installer | ||
echo By Genplat | ||
sleep 3 | ||
echo [!] CARGANDO RECURSOS... | ||
BLACK='\e[30m' | ||
RED='\e[31m' | ||
GREEN='\e[92m' | ||
YELLOW='\e[33m' | ||
ORANGE='\e[93m' | ||
BLUE='\e[34m' | ||
PURPLE='\e[35m' | ||
CYAN='\e[36m' | ||
WHITE='\e[37m' | ||
NC='\e[0m' | ||
purpal='\033[35m' | ||
clear | ||
figlet ANDMONIT 2.0.3 | ||
echo -e ${GREEN}"INSTALANDO... " | ||
apt install util-linux vim python python2 perl openssl zip unzip git pkg-config tmux termux-tols | ||
pkg install curl | ||
curl -LO https://raw.githubusercontent.com/Hax4us/Metasploit_termux/master/metasploit.sh | ||
cd /tmp | ||
chmod +x msfinstall | ||
./msfinstall | ||
msfdb init | ||
msfupdate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
sudo clear | ||
echo INSTALANDO PAQUETES BASICOS... | ||
sudo apt-get install figlet | ||
echo LISTO! | ||
sleep 2 | ||
clear | ||
figlet ANDMONIT 2.0.3 | ||
figlet installer | ||
echo By Genplat | ||
sleep 3 | ||
echo [!] CARGANDO RECURSOS... | ||
BLACK='\e[30m' | ||
RED='\e[31m' | ||
GREEN='\e[92m' | ||
YELLOW='\e[33m' | ||
ORANGE='\e[93m' | ||
BLUE='\e[34m' | ||
PURPLE='\e[35m' | ||
CYAN='\e[36m' | ||
WHITE='\e[37m' | ||
NC='\e[0m' | ||
purpal='\033[35m' | ||
clear | ||
figlet ANDMONIT 2.0.3 | ||
echo -e ${GREEN}"INSTALANDO... " | ||
sudo apt install util-linux vim python python2 perl openssl zip unzip git pkg-config | ||
sudo pkg install curl | ||
sudo curl -LO https://raw.githubusercontent.com/Hax4us/Metasploit_termux/master/metasploit.sh | ||
cd /tmp | ||
chmod +x msfinstall | ||
sudo ./msfinstall | ||
msfdb init | ||
sudo msfupdate |