Files
CTF/HTB/pollution/target/config.php
Simon 82b0759f1e init htb
old htb folders
2023-08-29 21:53:22 +02:00

13 lines
213 B
PHP

<?php
return [
"db" => [
"host" => "localhost",
"dbname" => "webapp",
"username" => "webapp_user",
"password" => "Str0ngP4ssw0rdB*12@1",
"charset" => "utf8"
],
];