!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/var/softaculous/directus/   drwxr-xr-x
Free 294.37 GB of 429.69 GB (68.51%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     site.php (2.57 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

return [
    
'database' => [
        
'type' => 'mysql',
        
'host' => '[[softdbhost]]',
        
'port' => 3306,
        
'name' => '[[softdb]]',
        
'username' => '[[softdbuser]]',
        
'password' => '[[softdbpass]]',
        
'engine' => 'InnoDB',
        
'charset' => 'utf8mb4',
        
// Remove 'host' above when using sockets
        
'socket' => '',
    ],

    
'cookie' => [
        
'same_site' => 'Lax',
        
'secure' => false
    
],

    
'cors' => [
        
'enabled' => true,
        
'origin' => array (
  
=> '*',
),
        
'methods' => array (
  
=> 'GET',
  
=> 'POST',
  
=> 'PUT',
  
=> 'PATCH',
  
=> 'DELETE',
  
=> 'HEAD',
),
        
'headers' => array (
),
        
'exposed_headers' => array (
),
        
'max_age' => 600,
        
'credentials' => true,
    ],

    
'rate_limit' => [
        
'enabled' => false,
        
'limit' => 100,
        
'interval' => 60,
        
'adapter' => 'redis',
        
'host' => '127.0.0.1',
        
'port' => 6379,
        
'timeout' => 10,
    ],

    
'storage' => [
        
'adapter' => 'local',
        
'root' => 'public/uploads/[[site_name]]/originals',
        
'root_url' => '/uploads/[[site_name]]/originals',
        
'thumb_root' => 'public/uploads/[[site_name]]/generated',
        
// 'key' => '',
        // 'secret' => '',
        // 'region' => '',
        // 'version' => '',
        // 'bucket' => '',
        // 'options' => '',
        // 'endpoint' => '',
        // 'proxy_downloads' => '',
    
],

    
'mail' => [
        
'default' => [
            
'transport' => 'sendmail',
            
// 'sendmail' => '',
            // 'host' => '',
            // 'port' => '',
            // 'username' => '',
            // 'password' => '',
            // 'encryption' => '',
            
'from' => 'admin@example.com'
        
],
    ],

    
'cache' => [
        
'enabled' => false,
        
'response_ttl' => 3600,
        
'pool' => [
            
// 'adapter' => '',
            // 'path' => '',
            // 'host' => '',
            // 'port' => '',
        
],
    ],

    
'auth' => [
        
'secret_key' => '[[secret_key]]',
        
'public_key' => '[[public_key]]',
        
'ttl' => 20,
        
'social_providers' => [
            
// 'okta' => '',
            // 'github' => '',
            // 'facebook' => '',
            // 'google' => '',
            // 'twitter' => '',
        
],
    ],

    
'hooks' => [
        
'actions' => [],
        
'filters' => [],
    ],

    
'tableBlacklist' => [],

    
'env' => 'production',

    
'logger' => [
        
'path' => '[[softpath]]/src/core/Directus/Util/Installation/../../../../../logs',
    ],
];

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0034 ]--