Feature Request: Allow Specific User Selection
Background
This is less of a bug and more of a "program behavior" request.
As I run DonPAPI on a target, I encounter many junk accounts that exist on the remote machine's Users folder.
This was partially mitigated with the new "false positive" folders in each triage class.
However, usually when getting loot from a machine, there are more junk folders than can be expected to deal with.
This is an issue since we cannot expect to deal with every possible "false positive" we encounter.
So, I suggest an addition of a user selection prompt / flag, which will allow users to select specific windows users for enumeration.
Possible Implementations
Interactive prompting
This is obviously not ideal when we want to iterate over many machines but it might be useful to add.
Found 4 User Folders (Bob, Alice, John Doe, Trash), please select one or more (delimited by '^'):
> Bob^John Doe
Startup Parameter
donpapi -u admin -p admin -t 1.2.3.4 --windows-users "Bob" "John Doe"
Summary
This is obviously not an urgent matter but it is certainly a "nice to have" feature.
Thank you for reading, I wish you all the best!