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.39k stars 164 forks source link

notice when i installed docker tomcat. How to fix #47

Closed victorgenus closed 4 years ago

victorgenus commented 4 years ago

Capture

thebleucheese commented 4 years ago

There may be a problem with 1 of 2 things:

What Operating System and Operating System version is your Docker host? We haven't encountered this issue before. I found a few suggestions from Stack Overflow here: https://stackoverflow.com/questions/45972812/are-you-trying-to-mount-a-directory-onto-a-file-or-vice-versa but they may not be applicable in this scenario.

victorgenus commented 4 years ago

My Docker host on Ubuntu Server 19.10

thebleucheese commented 4 years ago

We'll try a fresh install with the latest VECTR version on Ubuntu Server 19.10 to see if we can reproduce the issue you've encountered, and we'll record all of the steps if we successfully install it here so you can follow them.

victorgenus commented 4 years ago

i install used sra-vectr-runtime-5.3.1-ce.zip and VECTR-master.zip

SRAPSpencer commented 4 years ago

It seems like Ubuntu 19.10 has issues with docker mounting volumes inside the user folders. Try starting from a directory like /opt/vectr for your install and you should have better results.

thebleucheese commented 4 years ago

This should be fixed now if using the updated install shell scripts. There was an issue when installing with defaults on some operation system versions.

The next major VECTR update should remedy a lot of these installation issues as well.