byt3bl33d3r / DeathStar

Uses Empire's (https://github.com/BC-SECURITY/Empire) RESTful API to automate gaining Domain and/or Enterprise Admin rights in Active Directory environments using some of the most common offensive TTPs.
GNU General Public License v3.0
1.57k stars 331 forks source link

Allow specifying an existing listener #80

Open darrenmartyn opened 2 years ago

darrenmartyn commented 2 years ago

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?

keldnorman commented 2 years ago

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}