Results 50 comments of checkymander

So, this isn't 100% what you were asking for and it's been a long time. But currently in the dev branch there's new logging functionality that you could use to...

So Covenant has an "Event Hub" that can be subscribed to, which is a websocket that pushes events happening out to everyone who's subscribed. Is that something that could be...

Digging into the code it looks like the concept of logging does exist, however the only time it outputs is if there's a fatal error when starting a listener/covenant. @cobbr,...

Threw together an initial PR to support logging for this Issue. PR #244, take a look and let me know what you'd like added. Not quite the same level of...

Here's a general idea of what the logs output on specific covenant events. I'm open to changing them if that would make parsing easier for you guys or if @cobbr...

I agree, I think that output does look better, I'll work on changing that. Currently the logging does support new credentials, and tasks created by operators, however after discussing with...

Just a lot of potential customer data being stored in plaintext logs that I don't really want to make it "the default". The code is still there and can be...

I'll take a look when I have a bit of time, I'm currently revamping the logging logic so I'll look into that as well.

Hey @Comanio00, I recently created a tool to help facilitate execution of scripts on specific grunt events that I need help testing that you may find useful. It and its...

``` using System; using System.Collections.Generic; using System.Linq; using System.Text; using SharpSploit.LateralMovement; namespace SSRunner { class Program { static void Main(string[] args) { Console.WriteLine("Testing Pass the Hash with WMIExec"); Console.WriteLine(WMI.WMIExecuteWithHash("Administrator", "",...