olacabs / jackhammer

Jackhammer - One Security vulnerability assessment/management tool to solve all the security team problems.
https://jch.olacabs.com/userguide
Other
718 stars 162 forks source link

Default single user login not working #68

Open bbarron01 opened 6 years ago

bbarron01 commented 6 years ago

Hey, so, i've tried several clean install variations through root installs of compose and docker on cent OS, debian and Ubuntu server. Every case fresh OS, fresh docker and compose install....the default credentials are not working after successful build. all the docker services are running....even rebuilding in corporate mode...not seeing the default group listed. I have seen other comments on this but, have not seen anyone post back steps for successful resolution. Any feedback on the build process that you can provide that would help with the database integrity would be appreciated thx.

kmadhusudhan commented 6 years ago

can please tell me what command used for setting up single user mode?

bbarron01 commented 6 years ago

sudo sh ./docker-build.sh SingleUser

Also, im using the latest build of docker CE 17.12.0. I was wondering if the build needed to be specific for docker. The build completes and all services start. The only error i noticed which, didnt abort the build was ruby-mocha gem missing error from gemfile. I installed that manually.


From: KMadhuSudhan notifications@github.com Sent: Thursday, January 11, 2018 3:42:43 AM To: olacabs/jackhammer Cc: bbarron01; Author Subject: Re: [olacabs/jackhammer] Default single user login not working (#68)

can please tell me what command used for setting up single user mode?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/olacabs/jackhammer/issues/68#issuecomment-356880301, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAdgI9SceM_t0iMswFn5RwC_KwBjfKuSks5tJdeTgaJpZM4RSUvW.

kmadhusudhan commented 6 years ago

In SingleUser mode default credentials does not work ,please do signup

bbarron01 commented 6 years ago

The administrator group is not listed in the new user registration form. I am unable to setup single user. Is there a way to manually deploy the mysql shema?


From: KMadhuSudhan notifications@github.com Sent: Thursday, January 11, 2018 7:32:52 PM To: olacabs/jackhammer Cc: bbarron01; Author Subject: Re: [olacabs/jackhammer] Default single user login not working (#68)

In SingleUser mode default credentials does not work ,please do signup

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/olacabs/jackhammer/issues/68#issuecomment-357116933, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAdgI6ar5bZ_fE9VJmARRN-TJIih5Eufks5tJrZEgaJpZM4RSUvW.

kmadhusudhan commented 6 years ago

run rake db:migrate && rake db:seed

zee7han commented 6 years ago

try to run rake db:migrate && rake db:seed for manually schema showing error: Could not find gem 'mocha (~> 0.14.0)' in any of the gem sources listed in your Gemfile. Run bundle install to install missing gems.