Joe

Results 303 comments of Joe

You should be able to adjust this behavior by setting `--max-errors` and `--reconnect`. Where `--max-errors` is the maximum number of connection errors before the implant exits and `--reconnect` is the...

We certainly could add an indefinite, but this seems risky from a professional red team standpoint. Jitter could also be added, I don't think it would be much work but...

Sorry it's the holidays over here so we've just been busy :) we'll get this merged as soon as possible!

@a3sroot we're going to aim to merge this into the `v1.6.x` branches, just a heads up.

This is technically an unsupported target, but it looks like a simple fix so I'm sure we can make it work.

Please note even after it compiles, some features like ETW patching will for sure break/crash on Windows/ARM since we patch in x86 instructions.

You can run a `windows/amd64` implant build on `windows/arm64` it has a compatibility layer similar to Rosetta2, though again function patching will almost certainly crash the process.

We technically don't support MIPS, but it _should_ build the stock executable. Looks like a bug in the Linux build constraints that causes a CGO dependency to be included in...

I'm guessing our build constraint is only for Linux and not Linux/amd64