mirror of https://github.com/1N3/Sn1per.git
Updated installer
This commit is contained in:
parent
ef34b0e0f3
commit
21e0bb4160
47
install.sh
47
install.sh
|
|
@ -66,48 +66,11 @@ fi
|
||||||
|
|
||||||
echo -e "$OKBLUE[*]$RESET Installing package dependencies...$RESET"
|
echo -e "$OKBLUE[*]$RESET Installing package dependencies...$RESET"
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y python3-paramiko
|
for i in adb aha curl cutycapt dnsrecon dos2unix golang greenbone-security-assistant host hydra jq jsbeautifier ldapscripts libssl-dev libxml2-utils nbtscan net-tools nfs-common nikto nmap nodejs openvas p7zip-full phantomjs php7.4 php7.4-curl python python-pip python3-paramiko python3-pip rpcbind ruby rubygems sqlmap sslscan wafw00f whatweb whois xdg-utils xmlstarlet xsltproc; do
|
||||||
apt-get install -y nfs-common
|
if [ -z `which $i` ]; then
|
||||||
apt-get install -y nodejs
|
apt install -y $i 2>/dev/null
|
||||||
apt-get install -y wafw00f
|
fi
|
||||||
apt-get install -y xdg-utils
|
done
|
||||||
apt-get install -y ruby
|
|
||||||
apt-get install -y rubygems
|
|
||||||
apt-get install -y python
|
|
||||||
apt-get install -y dos2unix
|
|
||||||
apt-get install -y aha
|
|
||||||
apt-get install -y libxml2-utils
|
|
||||||
apt-get install -y rpcbind
|
|
||||||
apt-get install -y cutycapt
|
|
||||||
apt-get install -y host
|
|
||||||
apt-get install -y whois
|
|
||||||
apt-get install -y dnsrecon
|
|
||||||
apt-get install -y curl
|
|
||||||
apt-get install -y nmap
|
|
||||||
apt-get install -y php7.4
|
|
||||||
apt-get install -y php7.4-curl
|
|
||||||
apt-get install -y hydra
|
|
||||||
apt-get install -y sqlmap
|
|
||||||
apt-get install -y nbtscan
|
|
||||||
apt-get install -y nikto
|
|
||||||
apt-get install -y whatweb
|
|
||||||
apt-get install -y sslscan
|
|
||||||
apt-get install -y jq
|
|
||||||
apt-get install -y golang
|
|
||||||
apt-get install -y adb
|
|
||||||
apt-get install -y xsltproc
|
|
||||||
apt-get install -y ldapscripts
|
|
||||||
apt-get install -y libssl-dev 2> /dev/null
|
|
||||||
apt-get install -y python-pip
|
|
||||||
apt-get remove -y python3-pip
|
|
||||||
apt-get install -y python3-pip
|
|
||||||
apt-get install -y xmlstarlet
|
|
||||||
apt-get install -y net-tools
|
|
||||||
apt-get install -y p7zip-full
|
|
||||||
apt-get install -y jsbeautifier
|
|
||||||
apt-get install -y phantomjs 2> /dev/null
|
|
||||||
apt-get install -y openvas
|
|
||||||
apt-get install -y greenbone-security-assistant
|
|
||||||
|
|
||||||
echo -e "$OKBLUE[*]$RESET Installing Metasploit...$RESET"
|
echo -e "$OKBLUE[*]$RESET Installing Metasploit...$RESET"
|
||||||
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > /tmp/msfinstall
|
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > /tmp/msfinstall
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue