Linux localhost 6.1.10-x86_64-linode159 #1 SMP PREEMPT_DYNAMIC Wed Feb 8 14:14:45 EST 2023 x86_64
Apache/2.4.25 (Debian)
Server IP : 45.33.61.127 & Your IP : 216.73.216.187
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
wordpress /
wp-admin /
network /
Delete
Unzip
Name
Size
Permission
Date
Action
about.php
263
B
-rw-r--r--
2016-09-27 15:39
admin.php
1.01
KB
-rw-r--r--
2016-09-27 15:39
credits.php
267
B
-rw-r--r--
2016-09-27 15:39
edit.php
855
B
-rw-r--r--
2016-09-27 15:39
freedoms.php
269
B
-rw-r--r--
2016-09-27 15:39
index.php
2.77
KB
-rw-r--r--
2017-05-18 14:34
menu.php
4.27
KB
-rw-r--r--
2017-08-19 10:39
plugin-editor.php
279
B
-rw-r--r--
2016-09-27 15:39
plugin-install.php
390
B
-rw-r--r--
2016-09-27 15:39
plugins.php
267
B
-rw-r--r--
2016-09-27 15:39
privacy.php
267
B
-rw-r--r--
2017-11-06 18:17
profile.php
272
B
-rw-r--r--
2016-09-27 15:39
settings.php
19.82
KB
-rw-r--r--
2018-01-24 22:59
setup.php
265
B
-rw-r--r--
2016-09-27 15:39
site-info.php
6.73
KB
-rw-r--r--
2017-07-17 20:53
site-new.php
9.02
KB
-rw-r--r--
2018-01-24 22:59
site-settings.php
5.26
KB
-rw-r--r--
2017-07-17 20:53
site-themes.php
6.24
KB
-rw-r--r--
2017-07-17 20:53
site-users.php
11.21
KB
-rw-r--r--
2017-09-30 03:20
sites.php
12.26
KB
-rw-r--r--
2017-08-01 20:44
theme-editor.php
277
B
-rw-r--r--
2016-09-27 15:39
theme-install.php
387
B
-rw-r--r--
2016-09-27 15:39
themes.php
11.46
KB
-rw-r--r--
2016-12-09 18:57
update-core.php
271
B
-rw-r--r--
2016-09-27 15:39
update.php
458
B
-rw-r--r--
2016-09-27 15:39
upgrade.php
4.57
KB
-rw-r--r--
2017-08-01 20:44
user-edit.php
271
B
-rw-r--r--
2016-09-27 15:39
user-new.php
4.68
KB
-rw-r--r--
2016-10-04 07:03
users.php
8.51
KB
-rw-r--r--
2016-12-09 18:57
Save
Rename
<?php /** * Install plugin network administration panel. * * @package WordPress * @subpackage Multisite * @since 3.1.0 */ if ( isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) ) define( 'IFRAME_REQUEST', true ); /** Load WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); require( ABSPATH . 'wp-admin/plugin-install.php' );