Russel Van Tuyl
Russel Van Tuyl
I set GOGARBLE to all of the domains in my `go.mod` file and the resulting program executes as expected ``` rastley@ubuntu:/tmp/test/merlin-agent$ export GOGARBLE=golang.org,gopkg.in,github.com,go.dedis.ch rastley@ubuntu:/tmp/test/merlin-agent$ garble -tiny -literals -seed d0d03a0ae4722535a0e1d5d0c8385ce42015511e68d960fadef4b4eaf5942feb build...
Interesting ``` rastley@ubuntu:/tmp/test/merlin-agent$ export GOGARBLE=* rastley@ubuntu:/tmp/test/merlin-agent$ garble -seed d0d03a0ae4722535a0e1d5d0c8385ce42015511e68d960fadef4b4eaf5942feb build -o gTest ./main.go rastley@ubuntu:/tmp/test/merlin-agent$ ./gTest -h panic: qtls.ConnectionState doesn't match goroutine 1 [running]: NO0yOYBm.init.0() ITRuZ2Jj.go:1 +0x1be ```
@khast3x , I'm glad to hear you've found this tool useful. I do plant to integrate a notification system into Merlin. Originally, I was planning on sending messages directly from...
@k33pn3xtlvl Thank you so much for creating this Pull Request. Many people have asked me for something like this. I took a quick look through the code and things looks...
Merlin CLI does not store or show historical command entry or results. As you identified, the CLI log file has that information as well as the agent's log file on...
I'm trying to think through the best way to implement this feature request. I could load x number of line of previous job request/response when you switch into a specific...
Thanks for reporting this issue. Fortunately I think I know what the issue is. I don't do any file chucking and the entire file is read into memory when the...
I'm unable to get you sample output of the script because I do not have access to a Nipper XML file.
I've used `Table.SetColMinWidth` to 100 and it changes the table header length for the specified column. However, the text in the subsequent rows for that column still wrap approximately 20....
@boomaad When building a Merlin agent through Mythic, there is a toggle to use Garble that reads: `Use Garble to obfuscate the output Go executable?`  If you're building Merlin...