I just recently cloned the owtf project on a Kali Sana, and was asked to run the following command : python2 install/install.py
I did so, but I forgot I was running it with a non-sudoer user.
So, I just Ctrl+C and the script kept on downloading the requirements.
python2 install/install.py
[*] Great that you are installing OWTF :D
[!] There will be lot of output, please be patient
(1) Kali Linux
(2) Samurai-WTF
(0) My distro is not listed :(
Select a number based on your distribution : 1
[*] Running following command
sh /home/user/git/owtf/install/kali/install.sh /home/user/git/owtf
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for user:
user is not in the sudoers file. This incident will be reported.
[sudo] password for user:
[*] Installing pip
[*] Switching to /tmp/owtf-install/pip/6157
I just recently cloned the owtf project on a Kali Sana, and was asked to run the following command :
python2 install/install.pyI did so, but I forgot I was running it with a non-sudoer user.
So, I just
Ctrl+Cand the script kept on downloading the requirements.