Missing permissions on install script and link to /usr/bin/

This commit is contained in:
JMChia
2015-10-11 19:19:52 +02:00
parent 0ec850444b
commit 4457fb7f65

View File

@@ -1,6 +1,7 @@
#!/bin/bash
# Install script for sn1per
#
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
echo "Installing sn1per dependencies..."
apt-get install host whois theharvester dnsenum curl nmap php5 php5-curl wapiti hydra iceweasel wpscan sqlmap arachni w3af golismero nbtscan enum4linux cisco-torch metasploit-framework theharvester nmap dnsenum nikto smtp-user-enum whatweb python nbtscan sslscan amap
git clone https://github.com/1N3/Findsploit.git
@@ -11,5 +12,8 @@ git clone https://github.com/1N3/SuperMicro-Password-Scanner
git clone https://github.com/Dionach/CMSmap.git
mkdir loot
chmod +rx sniper
chmod +rx bin/dnsdict6
chmod +rx Goohak/goohak
ln -s $DIR/sniper /usr/bin/sniper
echo "Be sure to install the following packages manually and update the sniper script references: dig dnsdict6 cmsmap samrdump inurlbr wafw00f showmount samrdump rpcinfo snmpwalk"
echo "Done!"