There are few packages which are mandatory before you proceed
- Git client:
sudo apt-get install git
- Python 2.7, installed by default in most systems
- Wget:
sudo apt-get install wget
Manual installation of OWTF is nothing but cloning the repo and running the install script
git clone https://github.com/owtf/owtf.git
cd owtf/
./install/install.py
Until the complete install script is ready with the virtualenv stuff (so that I can fix this on Kali Linux), you can follow these steps to install and run OWTF successfully.
You need to have
You need to have
pip
installed.# pip install virtualenv virtualenvwrapper
# source '/usr/local/bin/virtualenvwrapper.sh'
# echo 'source /usr/local/bin/virtualenvwrapper.sh' >> ~/.zshrc (or ~/.bashrc if use bash)
# mkvirtualenv owtf -p /usr/bin/python2.7
You will see something like this:
This says a virtualenv named "owtf" is active. You can now run the install script.
You can deactivate the env by running:
(owtf)~/owtf/install %
This says a virtualenv named "owtf" is active. You can now run the install script.
You can deactivate the env by running:
deactivate
But whenever you want to run OWTF, just
Like for the example above,
cd
into the directory and run: workon <env>
Like for the example above,
workon owtf
.
This should do as a temporary solution. :)
OWTF v1.0 UI Preview from Viyat on Vimeo.
Không có nhận xét nào:
Đăng nhận xét