-
Notifications
You must be signed in to change notification settings - Fork 479
Description
Expected Behavior
I would love for OWTF to run :-)
Current Behavior
I went through install and didn't get any errors. But when launching owtf.py I get:
Traceback (most recent call last):
File "./owtf.py", line 14, in
verify_dependencies(os.path.dirname(os.path.abspath(sys.argv[0])) or '.')
File "/opt/owtf2/framework/dependency_check.py", line 40, in verify_dependencies
owtf_libraries = [req.req.project_name for req in owtf_reqs]
AttributeError: 'Requirement' object has no attribute 'project_name
...and app fails to run.
Possible Solution
Unknown. I did try just doing an apt-get update/upgrade on the Kali2 box as it hadn't been updated in a while. Then rebooted, tried install/run again, but same result.
Steps to Reproduce (for bugs)
- Follow instructions for either the bootstrap or git-based download/install.
- Run owtf.py
- Become sad.
Logs
Don't have access to machine at time of this writing, but can produce logs in the next day or so.
Context
Can't start the app.
Your Environment
- Installation method used: Both - bootstrap and git-based
- Version/branch used: master
- Operating System and version (like Kali, Debian, ArchLinux, etc): Kali2
- pip/setuptools version: pip: 8.1.2
- sudo access: yes