r3curs1v3-pr0xy / vajra

Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
GNU General Public License v3.0
691 stars 159 forks source link

Can't connect to Coughdb (Could not resolve host: couchdb) causing error when open /result page #23

Closed id4server closed 3 years ago

id4server commented 3 years ago

I always got "Connection time out" when open result page image And when I check on log, docker Could not resolve host: couchdb

LOG
r3curs1v3-pr0xy commented 3 years ago

couchdb container is running?

id4server commented 3 years ago

How to run it on docker?

r3curs1v3-pr0xy commented 3 years ago

Follow this: https://github.com/r3curs1v3-pr0xy/vajra/wiki/Running-with-docker-compose

Aju100 commented 3 years ago

Hi @id4server ,

make sure you install docker and docker-compose on your machine.

sudo apt-get install docker docker-compose

navigate to your vajra directory and make root access

sudo su
docker-compose up # for running
docker-compose up -d # for background running process
id4server commented 3 years ago

Thank you