SecurityRiskAdvisors / VECTR

VECTR is a tool that facilitates tracking of your red and blue team testing activities to measure detection and prevention capabilities across different attack scenarios
1.36k stars 161 forks source link

cannot access to Dashboard - Invalid Credentials #78

Closed H3rn4n5 closed 4 years ago

H3rn4n5 commented 4 years ago

Hi , i've a rare problem, i've install Vectr and when i put the default credentials its said me invalid, and i've never been login on Vectr, can you help with this?, Thanks!

User: admin Password: 11_ThisIsTheFirstPassword_11

thebleucheese commented 4 years ago

Please see the note here: https://github.com/SecurityRiskAdvisors/VECTR/issues/64#issuecomment-636880907 and follow the instructions to see if that fixes the issue.

This issue is most commonly seen with non-alphanumeric MONGODB_INIT_ROOT passwords set in the .env file OR in cases where MONGODB_INIT_ROOT password has been modified in the .env after starting the container for the first time. This variable should only ever be modified prior to VECTR creating a data directory.

If you continue having issues after this please respond with any relevant errors from the docker logs. Those can typically be accessed by running the following command on your VECTR host:

sudo docker logs sandbox1_tomcat_1
H3rn4n5 commented 4 years ago

Thanks for response! I install all again and its works!