MWR-CyberSec/VeeamDumper — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows command line tool in C# that helps me recover or audit stored credentials from a Veeam server that I own or have permission to assess. It should support both Veeam Backup and Replication and Veeam One, figure out whether the setup is using SQL Server or PostgreSQL, and offer simple commands for environment discovery, automatic extraction, database specific extraction, and mapping credentials to the hosts they belong to.
I want it to read the needed Veeam settings from the Windows registry, find the local database client tools when possible, or let me manually point to them, then query the database and either list usernames only, dump everything, or target one specific account. Please include a Veeam One mode switch, debug output, helpful usage text, and sensible defaults like the normal VeeamBackup database name.
Make it a standalone .NET console app that runs directly on the Veeam server, and keep the messaging clear that this is only for authorized internal recovery, incident response, or security testing. Look up current docs online if you need to.
Want more depth? Deep Reverse