Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export report functionality is not working after fresh installation (develop branch) #1149

Open
mwager opened this issue Jun 22, 2021 · 0 comments

Comments

@mwager
Copy link

mwager commented Jun 22, 2021

After fresh docker based installation as documented in the README:

git clone https://github.com/owtf/owtf
cd owtf
make compose

The app is running and working, but the "export report" functionality on the Report page is not working as the following folder is empty:

owtf/webapp/src/containers/Report/templates

JS Code tries to import the directory to create the menu items:

https://github.com/owtf/owtf/blob/develop/owtf/webapp/src/containers/Report/Export.js#L8

Expected Behavior

After fresh installation, export report functionality should work.

Current Behavior

Currently the evergreen-ui lib throws this error when clicking on "Export Report":

The menu has no menu items

image

Possible Solution

Did I miss something? Maybe this could be added to the docs.

Steps to Reproduce (for bugs)

  1. Install as described above (current develop branch, make compose)
  2. add target, do some scans whatever...
  3. Navigate to report page
  4. Click on "Export Report" (see screenshot above)

Logs

Context

I am currently doing my master studies and in the context of a pen-testing lecture, I need to evaluate OWTF.
Nevertheless I encounter some bugs(?) and this is one of them.

I would love to create a PR if it makes sense.

Your Environment

  • Installation method used: docker, see above
  • Version/branch used: develop
  • Operating System and version Mac OSX 11.2.3 (20D91)
  • pip/setuptools version:
  • sudo access:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant