.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