Russel Van Tuyl

Results 36 comments of Russel Van Tuyl

Can you organize this into packages and place them into a 'lib' or 'modules' directory, whichever is best practice? Also, can we rename the library files to something more generic...

Thanks for sharing this feedback. Do you have an example of what "state management" functions you would like to see? As you mentioned, Merlin intentionally does not use a database....

There is a store of agent information in the logs directory. It contains a folder for every agent, connection information, and all the executed commands along with the result. Merlin...

OK, this helps a lot. You want the listener to persist between reboots and the Agent session table to populate based on active agents before the shutdown. I have contemplated...

I do plan to integrate SOCKS 5 functionality soon. In the mean time, I recommend using an external tool like Chisel or gTunnel.

Can you please share the following information: - A list of module names that were not found - A list of module names that returned an error - The Merlin...

You said: >I casually tested several modules and each time it was "not found" What modules did you test that were "not found"? --- The problem is that the module...

The problem appears to be that the time on the server and the host where the agent are running are not synchronized. The JWT was issued "in the future" from...

Looks like we're still running into the same problem, but for a different reason. The JWT expired at `2021-06-23 12:35:25 +0200 CEST` and was evaluated at `2021-06-23 12:36:44.154549379 +0200 CEST`....

Increase the time from 10 seconds to 60 seconds on this line and see if that works better https://github.com/Ne0nd0g/merlin-agent/blob/master/clients/http/http.go#L264