Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying an existing listener #80

Open
darrenmartyn opened this issue Jul 16, 2021 · 1 comment
Open

Allow specifying an existing listener #80

darrenmartyn opened this issue Jul 16, 2021 · 1 comment

Comments

@darrenmartyn
Copy link

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
Copy link

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants