Connecting to same Dradis instance for real time collaboration

Hi!

We are a group of 3 people using Kali machines to run Dradis.
Can someone enlist the steps so that we can connect to the same Dradis instance so that we are able to collaborate our pen test results in real time?

Thanks in advance!

Hi @aksh7sharma,

By default Dradis binds to the local loopback interface so others in the network don’t have access to it. You just need one of you to bind to an external interface (one that others can ping to) and then everyone will be able to work on the same instance. This is done through the -b parameter as explained here:

HTH,
Daniel

Hi @etd,

Thanks for the reply!
I am using a Kali linux machine.
I ran the following command:

./start.sh -b 0.0.0.0 -p 443

I am able to navigate to https://0.0.0.0:443
Now how do other members in our team use my instance of Dradis?
Can you please enlist the steps because we are not able to see the same instance.

Thanks again.

Please see this instructions to get the latest Dradis on Kali up and running:

Thanks for the reply!
I am using a Kali linux machine.
I ran the following command:

./start.sh -b 0.0.0.0 -p 443

I am able to navigate to https://0.0.0.0:443
Now how do other members in our team use my instance of Dradis?
Can you please enlist the steps because we are not able to see the same instance.

Thanks again.