apt-get upgrade -y && apt-get dist-upgrade -y apt-get install -y firefox-esr-l10n-ja flashplugin-nonfree systemctl start postgresql systemctl enable postgresql #Enable Metasploit log apt-get install -y metasploit-framework msfdb init #The Backdoor Factory echo "spool /root/msf_console.log" > /root/.msf4/msfconsole.rc git clone https://github.com/secretsquirrel/the-backdoor-factory /opt/the-backdoorfactory cd /opt/the-backdoorfactory/ ./install.sh cd #HTTPScreenShot curl -kL https://bootstrap.pypa.io/get-pip.py | python pip install selenium git clone https://github.com/breenmachine/httpscreenshot /opt/httpscreenshot cd /opt/httpscreenshot chmod +x install-dependencies.sh && ./install-dependencies.sh cd #SMBexec git clone https://github.com/pentestgeek/smbexec /opt/smbexec cd /opt/smbexec && ./install.sh cd #Masscan apt-get install -y libpcap git clone https://github.com/robertdavidgraham/masscan /opt/masscan cd /opt/masscan/ make make install cd history #Gitrob git clone https://github.com/michenriksen/gitrob /opt/gitrob gem install bundler systemctl start postgresql su postgres createuser -s gitrob --pwprompt createdb -O gitrob gitrob exit cd /opt/gitrob/bin/ apt-get install postgresql-server-dev-all gem install gitrob #CMSmap git clone https://github.com/Dionach/CMSmap /opt/CmSmap #WPScan git clone https://github.com/wpscanteam/wpscan /opt/wpscan cd /opt/wpscan/ && ./wpscan.rb --update #EyeWitness git clone https://github.com/ChrisTruncer/EyeWitness /opt/EyeWitness #Praedasploit git clone https://github.com/MooseDojo/praedasploit /opt/praedasploit #SQLMap git clone https://github.com/sqlmapproject/sqlmap /opt/sqlmap #Recon-ng git clone https://bitbucket.org/LaNmaSteR53/recon-ng /opt/recon-ng #Discover Scripts git clone https://github.com/leebaird/discover /opt/discover cd /opt/discover/ && ./update.sh #BeEF cd /opt/ wget https://raw.github.com/beefproject/beef/a6a7536e/install-beef ./install-beef #Responder git clone https://github.com/SpiderLabs/Responder /opt/Responder #CustomScript git clone https://github.com/cheetz/Easy-P /opt/Easy-P git clone https://github.com/cheetz/Password_Plus_One /opt/Password_Plus_One git clone https://github.com/cheetz/PowerShell_Popup /opt/PowerShell_Popup git clone https://github.com/cheetz/icmpshock /opt/icmpshock git clone https://github.com/cheetz/brutescrape /opt/brutescrape git clone https://github.com/cheetz/reddit_xss /opt/reddit_xss # git clone https://github.com/cheetz/PowerSploit /opt/HP_PowerSploit git clone https://github.com/cheetz/PowerTools /opt/HP-PowerTools git clone https://github.com/cheetz/nishang /opt/nishang