AnonSec Shell
Server IP : 52.91.253.208  /  Your IP : 3.133.156.107   [ Reverse IP ]
Web Server : Apache
System : Linux ip-172-26-9-9 4.19.0-25-cloud-amd64 #1 SMP Debian 4.19.289-1 (2023-07-24) x86_64
User : daemon ( 1)
PHP Version : 7.3.18
Disable Function : NONE
Domains : 3 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/protect-uploads/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/protect-uploads/protect-uploads.php
<?php
/**
 * Plugin Name:       Protect Uploads
 * Plugin URI:        https://wordpress.org/support/plugin/protect-uploads/
 * Description:       Protect your uploads directory. Avoid browsing of your uploads directory by adding a htaccess file or an index.php file.
 * Version:           0.4
 * Author:            alticreation
 * License:           GPL-2.0+
 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
 * Text Domain:       protect-uploads
 * Domain Path:       /languages
 */

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}

function activate_alti_protect_uploads() {

	require_once plugin_dir_path( __FILE__ ) . 'includes/class-protect-uploads.php';
	require_once plugin_dir_path( __FILE__ ) . 'includes/class-protect-uploads-activator.php';
	$activation = new Alti_ProtectUploads_Activator();
	$activation->run();

}

function deactivate_alti_protect_uploads() {

	require_once plugin_dir_path( __FILE__ ) . 'admin/class-protect-uploads-admin.php';
	require_once plugin_dir_path( __FILE__ ) . 'includes/class-protect-uploads-deactivator.php';
	$deactivation = new Alti_ProtectUploads_Deactivator();
	$deactivation->run();

}

register_activation_hook( __FILE__, 'activate_alti_protect_uploads' );
register_deactivation_hook( __FILE__, 'deactivate_alti_protect_uploads' );

require plugin_dir_path( __FILE__ ) . 'includes/class-protect-uploads.php';

$plugin = new Alti_ProtectUploads();
$plugin->run();

Anon7 - 2022
AnonSec Team