Hi, I want to create docker container with dradis, that receives xml scan results and gives back one html common report. I used this guide and I have some questions about it: From Nessus output to custom report | Dradis Pro Help
- The ruby script create_project.rb requaries 2 variables, not 1 as shown there. 1st is name and 2nd - user_id. I have no idea what the user id suppose to be, so I just put 1. Error appears. Is here a way to get/create it? Or maybe, there are some default values?
- I created project by using browser window on my kali VM and cheack its id. The command RAILS_ENV=production bundle exec thor -T is working, but when I try to run
“PROJECT_ID=1 RAILS_ENV=production bundle exec thor dradis:plugins:nikto:upload /test2/niktores” (without ", and correct id from url) I get error. Of course, export doesnt work too.
All errors look same:
4: from /usr/lib/dradis/ruby/2.7.0/gems/activerecord-6.1.4.4/lib/active_record/connection_adapters/schema_cache.rb:111:incolumns' 3: from /usr/lib/dradis/ruby/2.7.0/gems/activerecord-6.1.4.4/lib/active_record/connection_adapters/schema_cache.rb:111:in
fetch’
2: from /usr/lib/dradis/ruby/2.7.0/gems/activerecord-6.1.4.4/lib/active_record/connection_adapters/schema_cache.rb:112:inblock in columns' 1: from /usr/lib/dradis/ruby/2.7.0/gems/activerecord-6.1.4.4/lib/active_record/connection_adapters/abstract/schema_statements.rb:116:in
columns’
/usr/lib/dradis/ruby/2.7.0/gems/activerecord-6.1.4.4/lib/active_record/connection_adapters/sqlite3_adapter.rb:346:in `table_structure’:
and +50 similar lines
Did I miss something? I will be grateful for any info. I get the same errors on build in dradis, and dradis-ce from git.