Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
ANDMONIT 2.0.3
Browse files Browse the repository at this point in the history
ACTUALIZANDO PAGINA...
  • Loading branch information
GenplatDev authored Aug 26, 2021
1 parent d145dc4 commit 7f926d2
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
33 changes: 33 additions & 0 deletions install-termux.sh
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
33 changes: 33 additions & 0 deletions install.sh
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

0 comments on commit 7f926d2

Please sign in to comment.