You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ./owtf.py from the owtf directory and this is the error I am getting
Traceback (most recent call last):
File "./owtf.py", line 14, in
verify_dependencies(os.path.dirname(os.path.abspath(sys.argv[0])) or '.')
File "/root/owtf/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'