DO - Databases
Last updated
Last updated
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
With DigitalOcean Databases, you can easily create and manage databases in the cloud without having to worry about the underlying infrastructure. The service offers a variety of database options, including MySQL, PostgreSQL, MongoDB, and Redis, and provides tools for administering and monitoring your databases. DigitalOcean Databases is designed to be highly scalable, reliable, and secure, making it an ideal choice for powering modern applications and websites.
When creating a database you can select to configure it accessible from a public network, or just from inside a VPC. Moreover, it request you to whitelist IPs that can access it (your IPv4 can be one).
The host, port, dbname, username, and password are shown in the console. You can even download the AD certificate to connect securely.
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)