-
-
Notifications
You must be signed in to change notification settings - Fork 302
Installation
Sofiane Hamlaoui edited this page Sep 12, 2019
·
2 revisions
-
Automatically
git clone https://github.com/SofianeHamlaoui/Lockdoor-Framework.git && cd Lockdoor-Framework chmod +x ./install.sh ./install.sh
-
Manually
-
Installing requirments
python python-pip python-requests python2 python2-pip gcc ruby php git wget bc curl -
Installing Lockdoor
# Clonnig git clone https://github.com/SofianeHamlaoui/Lockdoor-Framework.git && cd Lockdoor-Framework # Create the config file # INSTALLDIR = where you want to install Lockdoor (Ex : /opt/sofiane/pentest) echo "Location:"$installdir > $HOME"/.config/lockdoor/lockdoor.conf" # Moving the resources folder mv ToolsResources/* INSTALLDIR # Installing Lockdoor from PyPi pip3 install lockdoor
-
-
- Docker Installation
-
COMING SOON