Arachni / arachni-ui-web

Arachni's Web User Interface.
http://www.arachni-scanner.com/
Other
225 stars 112 forks source link

Can not download scan report #91

Closed alvinhsian closed 9 years ago

alvinhsian commented 9 years ago

I can not download the scan report after scanned a site, when I switch the database to PostgreSQL 9.4.4.

This is my database.yml settings:

development: host: localhost adapter: postgresql encoding: unicode database: arachni_development pool: 50 username: arachni password: *****

test: &test host: localhost adapter: postgresql encoding: unicode database: arachni_test pool: 50 username: arachni password: *****

production: &production host: localhost adapter: postgresql encoding: unicode database: arachni_production pool: 50 username: arachni password: *****

cucumber: <<: *production

Zapotek commented 9 years ago

Can you retry using the nightlies please? It contains a relevant bugfix which should take care of this problem.

alvinhsian commented 9 years ago

Thank you for your answer. How to change the application Listening on tcp://localhost:9292 to tcp://0.0.0.0:9292 ? Thanks!

Zapotek commented 9 years ago

No worries, if you pass the -h to arachni_web it'll show you the relevant options. Let me know if the problem goes away so that I can close this issue.

Cheers

alvinhsian commented 9 years ago

Hello~~ Thank you for answer!! I have succeed!

Zapotek commented 9 years ago

No problem, cheers.