James
James
Can you try running `setup/install.sh` from the dev branch? Some fixes for kali have been added there.
@kapshure Is this a fresh Kali image? I just tested on 2019.1 and everything went smoothly. Can you show me the output of `setup/install.sh`?
Does this happen only intermittently? Or every time an agent stages or checks in? On Tue, Nov 6, 2018 at 10:24 PM Thestorm77 wrote: > Empire Version > > Get...
Currently the easiest option would be to just have different listeners, though this is certainly not optimal. This is a feature I've had in mind for a while, tagging agents...
Most likely `handle_agent_staging` in `lib/common/agents.py` On Fri, Apr 12, 2019 at 12:50 PM lonewolf210 wrote: > Empire Version > > 2.5 > OS Information (Linux flavor, Python version) > >...
https://github.com/EmpireProject/Empire/blob/dev/lib/listeners/http.py#L1173 You can call `set_ciphers` on the SSL context object created here, giving it the list of ciphers you want the Flask server to offer. (untested, just reading docs)
What Win10 build and .NET version are you running on? I haven't been able to reproduce this.
Switch to the `dev` branch and run `setup/install.sh`. If that doesn't fix the problem, can you get me the output of the install script?
Is your dev branch up to date with what's on Github? Looks like it's still trying to pull the old version of libssl.
It appears that the agent is attempting the second step of the staging process, but the server hasn't received step one. Can you reproduce this with `--debug 2` on the...