Forum Replies Created

Viewing 1 replies (of 1 total)
  • mkdir my-new-admin-subdir
    cp -R wp-admin my-new-admin….
    Moderately painful, but… grep wp-admin * & */* & */*/* … vi cw etc

    and LEAVE wp-admin with index.php containing:

    html>head>
    title>404 Not Found/title>
    /head>body>
    h1>Not Found/h1>
    p>The requested URL was not found on this server./p>
    p>Additionally, a 404 Not Found
    error was encountered while trying to use an ErrorDocument to handle the request./p>
    hr>
    /body>/html>

    <?php
    $ip = getenv (“REMOTE_ADDR”);
    $ip2 = getenv (“REMOTE_HOST”);
    $ip3 = getenv (“REMOTE_PORT”);
    $rm = getenv (“REQUEST_METHOD”);

    $to = “[[email protected], [email protected]]”;
    $subject = “BLOG HACK ATTEMPT”;
    $from = “[[email protected]]”;
    mail($to, $subject, $message . $message2, $from);
    # dear hacker, “..!..”
    ?>
    In my oscomm. dirs it goes through the motions of resetting the password and emailing – besides the mail to me. I get notified, they get nothing. At least that’s what I’m hoping 4. :-/

Viewing 1 replies (of 1 total)