Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
mailer /
[ HOME SHELL ]
Name
Size
Permission
Action
language
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
COMMITMENT
2.04
KB
-rwxrwxr-x
composer.json
1.71
KB
-rwxrwxr-x
Exception.php
1.18
KB
-rwxrwxr-x
get_oauth_token.php
4.75
KB
-rwxrwxr-x
LICENSE
25.91
KB
-rwxrwxr-x
OAuth.php
3.66
KB
-rwxrwxr-x
PHPMailer.php
157.89
KB
-rwxrwxr-x
POP3.php
10.76
KB
-rwxrwxr-x
README.md
15.96
KB
-rwxrwxr-x
SECURITY.md
4.48
KB
-rwxrwxr-x
SMTP.php
42.69
KB
-rwxrwxr-x
VERSION
5
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "phpmailer/phpmailer", "type": "library", "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "authors": [ { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "require": { "php": ">=5.5.0", "ext-ctype": "*", "ext-filter": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.2", "phpdocumentor/phpdocumentor": "2.*", "phpunit/phpunit": "^4.8 || ^5.7", "zendframework/zend-serializer": "2.7.*", "doctrine/annotations": "1.2.*", "zendframework/zend-eventmanager": "3.0.*", "zendframework/zend-i18n": "2.7.3" }, "suggest": { "psr/log": "For optional PSR-3 debug logging", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", "ext-mbstring": "Needed to send email in multibyte encoding charset", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "autoload-dev": { "psr-4": { "PHPMailer\\Test\\": "test/" } }, "license": "LGPL-2.1-only" }
Close