BloodHoundAD / SharpHound2

The Old BloodHound C# Ingestor (Deprecated)
509 stars 113 forks source link

Feature request: create output files for all requested options, even if it's empty #53

Open cnotin opened 5 years ago

cnotin commented 5 years ago

Situation: I'm doing a ComputerOnly collection which includes Session collection. Therefore, I except to get a ..._sessions.json file in the output zip. Observed: the "sessions" file is missing. The reason being that no session was found so the file was not created. Expected: since I've asked SharpHound to perform sessions collection, I expected to get a sessions file, even if it's just empty.

I understand why it's that way, but it makes one wonder if it's a bug or normal.