DAFT
DAFT copied to clipboard
ServerLoginDefaultPw module
The switch case statement in Program.cs to see what module is being used has the module name as "serverdefaultloginpw" instead of "serverlogindefaultpw" as it is everywhere else in the code including the help text.
Also, DefaultCredentials.xml that the module relies on doesn't get embedded in the assembly, so it goes looking for it on-disk instead. I tried to whip up a quick fix for it but i'm mid-engagement and my expected fix isn't working. Posting this so it's written down somewhere, in case i forget to fix it myself and submit a PR.
Thanks for the heads up Mike.