/honeypot
403 · nice try
Sie haben gerade /wp-admin abgefragt. Diese Seite ist statisch — kein WordPress, kein Adminpanel, keine offenen Secrets.
# tail -f /var/log/auth.log
› scanner from unknown:probe tried "/wp-admin"
// 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
];
}