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

Changed default listener port so it works #49

Closed DanMcInerney closed 6 years ago

DanMcInerney commented 6 years ago

The Host option (-lip in DS) and the Port (-lp in DS) options must match up for the listener to start appropriately. If they don't match the Host port gets ignored but the Host port is the one used in the launcher so no computer will be able to connect to the listener.

DanMcInerney commented 6 years ago

newer PR includes this