Skip to content

owtf.py won't launch due to "AttributeError" #686

@7MinSec

Description

@7MinSec

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)

  1. Follow instructions for either the bootstrap or git-based download/install.
  2. Run owtf.py
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions