James

Results 18 comments of James

This issue has been discussed before, and its the same problem as #370. The quickest fix would be to recreate the fix for #370 in the redirector stager generation. (just...

The source of the problem is that when Empire generates the agent, it inserts the address of the listener that received the request. The listener currently has no way of...

This logic only fires when a port isn't specified, and it sets the port option after running, so it's only going to run once until the user un-sets it. After...

Yes, please do. On Tue, Feb 19, 2019 at 4:53 AM agrawalsmart7 wrote: > Hi, Can I close this issue? Its solved now. > > — > You are receiving...

Any reason you're using the TCP tunnel? an HTTP/S will work fine. The Port option is what Empire listens on locally, not what it tells agents to connect to, so...

Can you make the REST call manually and make sure it returns the expected listener information? `https://localhost:1337/api/listeners/DeathStar` (including the admin token of course)

Hey @OneLogicalMyth, sorry it's taken so long. There's a few more fixes I'd like to make for Agent->Empire comms, will be coming in the next few days. I've been fine...

That's a normal message to see when running an agent without setting `$ErrorActionPreference`, but I've never had an agent die because of it. Can do provide more information about the...