diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da05d6..ad30a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## CHANGELOG: +* v2.4d - Fixed issue with rpcinfo install script +* v2.4d - Fixed issue with Arachni install script * v2.4c - Added loot and $TARGET sanity checks (CC. @menzow) * v2.4b - Fixed issue with discovery scan output file (CC. @ifly53e) * v2.4b - Fixed issue with Intel AMT RCE port list diff --git a/TODO.md b/TODO.md index 2eccbba..2f873e5 100644 --- a/TODO.md +++ b/TODO.md @@ -3,3 +3,6 @@ * Add web port scans for directed web scans * Add various modes (airstrike,nuke,web,etc.) for discovery scans * Add automatic reporting for all scans by default +* Add Metasploit RCE exploit for MS17-010 (ETTERNALBLUE) +* Add Metasploit RCE exploit for CVE-2016-6366 (EXTRABACON) +* Add reporting for discover mode diff --git a/install.sh b/install.sh index 4b8ca18..46d6f22 100644 --- a/install.sh +++ b/install.sh @@ -36,8 +36,8 @@ cp -Rf $PWD/* $INSTALL_DIR cd $INSTALL_DIR echo -e "$OKORANGE + -- --=[Installing package dependencies...$RESET" -apt-get install ruby rubygems python dos2unix zenmap sslyze uniscan xprobe2 cutycapt unicornscan waffit 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 -pip install dnspython colorama tldextract urllib3 ipaddress arachni +apt-get install ruby rubygems python dos2unix zenmap sslyze arachni rpcbind uniscan xprobe2 cutycapt unicornscan waffit 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 +pip install dnspython colorama tldextract urllib3 ipaddress echo -e "$OKORANGE + -- --=[Installing gem dependencies...$RESET" gem install rake