falkowich / comments-sadsloth

1 stars 0 forks source link

post/install-owtf-in-kali/ #5

Open utterances-bot opened 5 years ago

utterances-bot commented 5 years ago

Install OWASP OWTF in Kali Linux · sadsloth.net

https://www.sadsloth.net/post/install-owtf-in-kali/

lijodigiledge commented 5 years ago

getting error ubuntu@/bin/owtf$ python setup.py install Traceback (most recent call last): File "setup.py", line 8, in from distutils.core import setup, find_packages ImportError: cannot import name find_packages

lijodigiledge commented 5 years ago

solution : python3 setup.py install

lijodigiledge commented 5 years ago

thanks for this doc ... no other doc helped me to make it up .

lijodigiledge commented 5 years ago

i change i noted is instead of this command : # python -m owtf i used cd bin owtf

....server running....

falkowich commented 5 years ago

Hi, Thanks for the kind words and updates! I've updated the doc with your comments.

-- Regards Falk

Robigus92 commented 4 years ago

I am trying to install OWTF using this guide on Kali Linux 2020.2 64bit version.

Unfortunately when I run the installation script "python3 setup.py install", it fails with the following error: "error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1".

Even if there are plenty of guides on this error, I haven't been able to fix it.

I think this guide should be tested on newer software versions.