diff --git a/README.md b/README.md index 4874412..4b716ee 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ https://gist.github.com/1N3/8214ec2da2c91691bcbc ``` ## CHANGELOG: +* v1.5e - Removed shodan command line tool due to issues +* v1.5e - Fixed wafwoof installation in kali 2.0 * v1.5d - Fixed minor issues with port 513/tmp and 514/tcp checks * v1.5c - Fixed issue which broke link to sniper directory * v1.5b - Added Squid Proxy checks port 3128/tcp diff --git a/install.sh b/install.sh index c5d286b..596e586 100644 --- a/install.sh +++ b/install.sh @@ -24,20 +24,12 @@ echo -e "$OKGREEN + -- --=[This script will install or upgrade your Sn1per insta read answer echo -e "$OKORANGE + -- --=[Installing package dependencies...$RESET" -apt-get install host whois arachni theHarvester dnsenum dnsrecon curl nmap php5 php5-curl wapiti hydra iceweasel wpscan sqlmap arachni w3af golismero nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb python nbtscan sslscan amap +apt-get install waffit host whois arachni theHarvester dnsenum dnsrecon curl nmap php5 php5-curl wapiti hydra iceweasel wpscan sqlmap arachni w3af golismero nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb python nbtscan sslscan amap echo -e "$OKORANGE + -- --=[Installing gem dependencies...$RESET" gem install rake gem install ruby-nmap net-http-persistent mechanize text-table -echo -e "$OKORANGE + -- --=[Installing shodan...$RESET" -echo -e "$OKGREEN + -- --=[Please enter your shodan API key or hit enter to skip...$RESET" -read API_KEY -if [ -n "$API_KEY" ]; then - easy_install shodan - shodan init $API_KEY -fi - echo -e "$OKORANGE + -- --=[Cleaning up old extensions...$RESET" rm -Rf Findsploit/ Brutex/ Goohak/ XSSTracer/ MassBleed/ SuperMicro-Password-Scanner/ CMSmap/ yasuo/ diff --git a/sniper b/sniper index 405fa6d..5bd8ab2 100644 --- a/sniper +++ b/sniper @@ -90,7 +90,6 @@ then dnsrecon -d quora.com -t axfr dnsenum $TARGET -f BruteX/wordlists/namelist.txt mv -f *_ips.txt loot/ 2>/dev/null - shodan host $TARGET fi echo "" echo -e "$OKGREEN################################### Pinging host ###################################$RESET" @@ -211,7 +210,6 @@ else goohak $TARGET > /dev/null php $INURLBR --dork "site:$TARGET" -s $LOOT_DIR/inurlbr-$TARGET.txt >> $LOOT_DIR/inurlbr-$TARGET.txt rm -Rf output/ cookie.txt exploits.conf - fi nmap -sV -p 80 --script=http-enum,http-feed,http-open-proxy,http-headers,http-cors,http-server-header,http-php-version,http-form-brute,http-iis-short-name-brute,http-waf-fingerprint,http-auth,http-trace,http-iis-webdav-vuln,http-useragent-tester,http-vuln-cve2011-3368,http-userdir-enum,http-passwd,http-csrf,http-wordpress-enum,http-frontpage-login,http-dombased-xss,http-phpself-xss,http-sql-injection,http-drupal-enum-users,http-referer-checker,http-vuln-cve2009-3960,http-methods,http-open-redirect,http-vuln-cve2011-3192,http-stored-xss,http-vuln-cve2013-0156,http-put,http-proxy-brute,http-rfi-spider,http-method-tamper,http-phpmyadmin-dir-traversal $TARGET