Skip to content

/honeypot

403 · nice try

Sie haben gerade /wp-login.php abgefragt. Diese Seite ist statisch — kein WordPress, kein Adminpanel, keine offenen Secrets.

~/staudt-it · auth.log bash
 # tail -f /var/log/auth.log
 scanner from unknown:probe tried "/wp-login.php"
// nice try.

 whoami
"a static site"  // no admin panel here, no database, no PHP.

 suggest
function recover() {
  return [
    "/",            // the actual site
    "/kontakt",     // if you wanted to say hi like a human
    "/.well-known/security.txt"  // for the curious
  ];
}