This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service postgresql start | |
update-rc.d postgresql enable | |
msfupdate | |
msfdb init | |
msfdb start | |
echo "deb-src http://http.kali.org/kali sana main non-free contrib" >> /etc/apt/sources.list | |
echo "deb http://http.kali.org/kali sana main non-free contrib" >> /etc/apt/sources.list | |
apt-get update | |
apt-get install -y linux-headers-$(uname -r) python-pefile bdfproxy mitmproxy python-openssl openssl subversion python2.7-dev python git gcc make libpcap-dev python-elixir ldap-utils rwho rsh-client x11-apps finger | |
git clone https://github.com/secretsquirrel/the-backdoor-factory /opt/the-backdoor-factory |