Hulto

Results 56 comments of Hulto

Yeah this was pre migration. Let's make it a compile time ENV var with sensible defaults of world writable locations for Linux and Windows.

Thanks for opening an issue! What workflow or capability you trying to achieve with sessions that beacons are not fulfilling?

Closing for now since it's been a while.

Another one https://github.com/analogrelay/coreclr-rs

Example of how to use the ICLRMetaHost and potentially the enumerateruntimes function https://github.com/microsoft/windows-rs/issues/1998

Use the https://github.com/yamakadi/clroxide library to implement an execute assembly function. Should take in a byte stream of the .NET assembly, and a dictionary or list (your choice) of arguments to...

There isn't a good way for us to add group name to file.list. Our current API for this doesn't really have a way to map group ID - > group...

I think sys.get_user already returns gid

Thinking long term we may wish to re-use this pattern to pass typed return objects like `File`, `Process`, `FireWallRule` back to the C2 server. With that in mind re-using the...