Ronan Kervella

Results 9 issues of Ronan Kervella

Add kerberos authentication support for the embeded SSH client. Closes #719.

Add support for kerberos authentication in the implant's ssh client.

enhancement

Make extensions work for MacOS.

enhancement

We need to write documentation for new contributor to help them: - write new commands - write sliver compatible extensions - write sliver scripts (might not be relevant for this...

documentation

For the Windows implant, we should work on building injection profiles, which could be chosen at runtime by the operator for everything related to process injection. We currently only use...

enhancement

**Is your feature request related to a problem? Please describe.** We should incorporate some evasion features, such as: - parent PID spoofing - process argument spoofing - thread monitoring evasion...

enhancement

The readline lib we're using in `master` prevents users to input `\` characters. They don't get displayed but a non-printable character seems to be inserted instead.

bug
v1.6.x

Fix the Windows `procdump` command implementation by removing the dynamic heap re-allocation of the dump buffer. This caused issues when dumping large processes. This PR addresses that by pre-allocating memory...

Fix console hang when the gRPC connection dies. The fix here is to call `WaitForStateChange` on the gRPC client connection to wait for a `Ready` to `Idle` state change. Another...