Sn1per by 1N3@CrowdShield
This commit is contained in:
@@ -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
|
||||
|
||||
3
TODO.md
3
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user