Foothold
❯ ls
core files index.php layouts LICENSE.txt README.md robots.txt settings.php sites themes
❯ cat settings.php
<?php
/**
* @file
* Main Backdrop CMS configuration file.
*/
/**
* Database configuration:
*
* Most sites can configure their database by entering the connection string
* below. If using primary/replica databases or multiple connections, see the
* advanced database documentation at
* https://api.backdropcms.org/database-configuration
*/
$database = 'mysql://root:[email protected]/backdrop';
$database_prefix = '';
We need a username




Visit http://dog.htb/modules/shell/shell.php





SQL enum led nowhere lol

Last updated
Was this helpful?