One Day Sec

What is the hard-coded password for the 'postgres' user in ADAudit Plus and how do I connect to the database?

The password for the `postgres` user is hard-coded as `Stonebraker` in the `ChangeDBServer.class` file within `AdventnetADAPServer.jar`. You can connect to the PostgreSQL database using the command: `"C:\Program Files\ManageEngine\ADAudit Plus\pgsql\bin\psql" "host=127.0.0.1 port=33307 dbname=adap user=postgres password=Stonebraker"`. This is similar to techniques used in the Server Backup Manager Vulnerability Debugging Environment Setup article.
postgres passwordhard-codedPostgreSQL connectionAdventnetADAPServer.jar

Browse all Q&A →