From 3f556f25611f77e866f3e0b6a03306714c5300da Mon Sep 17 00:00:00 2001 From: root Date: Mon, 5 Mar 2018 20:19:30 -0700 Subject: [PATCH] Sn1per by 1N3@CrowdShield --- TODO.md | 11 ----------- install.sh | 4 ---- 2 files changed, 15 deletions(-) diff --git a/TODO.md b/TODO.md index 1f2840b..0545959 100644 --- a/TODO.md +++ b/TODO.md @@ -1,19 +1,8 @@ ###TODO: - -* Implement a module system for running specific commands/modules * Add checks to make sure all commands exist at startup. If not, refer to installer. -* Add command line parsing of options/modes - -sniper --target crowdshield.com --workspace crowdshield.com --report --bruteforce --web --recon --portscan -sniper --target crowdshield.com --kalionly --offline --webportonly 443 - * Create a sniper-kali release to only use base Kali image toolsets * Check if there's an active internet connection, if not, run offline mode -* Add automatic reporting and workspace creation for all scans by default * Add proxy support for all scans -* Create uninstall.sh script -* Add AWS security checks -* Look into adding aquatone * Look into adding gobuster * Update subdomain list with aquatone list * Increase thread count for file/dir brute force \ No newline at end of file diff --git a/install.sh b/install.sh index 1489f89..7ba7140 100644 --- a/install.sh +++ b/install.sh @@ -37,12 +37,8 @@ cp -Rf $PWD/* $INSTALL_DIR 2> /dev/null cd $INSTALL_DIR echo -e "$OKORANGE + -- --=[Installing package dependencies...$RESET" -<<<<<<< HEAD apt-get install eyewitness nodejs wafw00f xdg-utils metagoofil clusterd ruby rubygems python dos2unix zenmap sslyze arachni aha libxml2-utils rpcbind uniscan xprobe2 cutycapt unicornscan host whois dirb dnsrecon curl nmap php php-curl hydra iceweasel wpscan sqlmap nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb sslscan amap apt-get install waffit 2> /dev/null -======= -apt-get install xdg-utils metagoofil clusterd ruby rubygems python dos2unix zenmap sslyze arachni aha libxml2-utils rpcbind uniscan xprobe2 cutycapt unicornscan host whois dirb dnsrecon curl nmap php php-curl hydra iceweasel wpscan sqlmap nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb sslscan amap nfs-common wafw00f ->>>>>>> f450b78b5f346ea41df0cf44a70092a0d6fc9050 pip install dnspython colorama tldextract urllib3 ipaddress requests curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash