DeathStar icon indicating copy to clipboard operation
DeathStar copied to clipboard

Allow specifying an existing listener

Open darrenmartyn opened this issue 3 years ago • 1 comments

It would be nice to be able to specify an existing Empire listener instead of having one spun up at launch.

I'm not entirely sure if this will break other things though?

darrenmartyn avatar Jul 16 '21 14:07 darrenmartyn

try this...

IP=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps|grep "bcsecurity/empire"|awk '{print $1}')) docker run --rm -it byt3bl33d3r/deathstar -u YourUserHere -p YourPasswordHere--api-host ${IP}

keldnorman avatar Oct 09 '21 18:10 keldnorman