mirror of https://github.com/1N3/Sn1per.git
Add -y to apt-get
This helps speed up sn1per by installing it without user input.
This commit is contained in:
parent
f532cad30b
commit
6f85470c74
10
install.sh
10
install.sh
|
|
@ -38,11 +38,11 @@ cp -Rf * $INSTALL_DIR 2> /dev/null
|
|||
cd $INSTALL_DIR
|
||||
|
||||
echo -e "$OKORANGE + -- --=[Installing package dependencies...$RESET"
|
||||
apt-get install python3-uritools python3-paramiko nfs-common eyewitness nodejs wafw00f xdg-utils metagoofil clusterd ruby rubygems python dos2unix zenmap sslyze arachni aha libxml2-utils rpcbind uniscan xprobe2 cutycapt host whois dirb dnsrecon curl nmap php php-curl hydra wpscan sqlmap nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb sslscan amap jq golang adb xsltproc
|
||||
apt-get install waffit 2> /dev/null
|
||||
apt-get install libssl-dev 2> /dev/null
|
||||
apt-get remove python3-pip
|
||||
apt-get install python3-pip
|
||||
apt-get install python3-uritools python3-paramiko nfs-common eyewitness nodejs wafw00f xdg-utils metagoofil clusterd ruby rubygems python dos2unix zenmap sslyze arachni aha libxml2-utils rpcbind uniscan xprobe2 cutycapt host whois dirb dnsrecon curl nmap php php-curl hydra wpscan sqlmap nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb sslscan amap jq golang adb xsltproc -y
|
||||
apt-get install waffit 2> /dev/null -y
|
||||
apt-get install libssl-dev 2> /dev/null -y
|
||||
apt-get remove python3-pip -y
|
||||
apt-get install python3-pip -y
|
||||
pip install dnspython colorama tldextract urllib3 ipaddress requests
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue