.net binaries

Go to your windows vm and do this.

CascAudit.exe

RunAudit.bat shows that CascAudit.exe is run with the db file as an argument:

It’s a .NET binary:

I’ll jump over to a Windows VM and use DNSpy to take a look. In the MailModule, there’s this code:

It is opening an SQLite connection to the database passed as an arg, reading from the LDAP table, and decrypting the password.

Last updated