3 :5080 gitlab

Login page at: http://10.10.10.220:5080/users/sign_in

Created new account and got logged in >

There is one repo: http://10.10.10.220:5080/dude/ready-channel

Look like Drupal file-system structure Looking into ready-channel/sites/default/settings.php

$databases = array (
  'default' => 
  array (
    'default' => 
    array (
      'database' => 'drupal',
      'username' => 'drupaluser',
      'password' => '%%cHzhNC=k9yYN!T',
      'host' => 'localhost',
      'port' => '',
      'driver' => 'mysql',
      'prefix' => '',
    ),
  ),
);
$drupal_hash_salt = 'txgQ6RR8KK4Q4oJRoBp-ihbXALf2tbBFLFyp9suxQxc';

http://10.10.10.220:5080/help shows GitLab Community Edition 11.4.7

Using https://www.exploit-db.com/exploits/49334

Last updated