Salta al contenuto principale


just found this silly bit in my nginx config :3
location /wp-login.php {
    return 301 "https://speed.hetzner.de/10GB.bin";
}
in reply to Johann150 ⁂ :ipv6: :open_access: ☮

last time there was a scraper going around, I thought I'd see if their code could handle emoji return codes.

if ($http_user_agent ~* (FedSearch) ) {
return 503 '🍍';
}

in reply to Johann150 ⁂ :ipv6: :open_access: ☮

Ah, the ole 'spicy honeypath', lovely!
One wonders what'll think the chaps at hetzner tho
in reply to Johann150 ⁂ :ipv6: :open_access: ☮

Mine takes advantage of "pre-compressed static files" (they're stored and sent as gzip data, and the client treats it as transport compression) to send a 100GB null-bomb for that. It only weighs in at around 10MB compressed, and will crash pretty much anything using standard request frameworks.
in reply to Ben Lavery-Griffiths

Avviso contenuto: code

Questo sito utilizza cookie per riconosce gli utenti loggati e quelli che tornano a visitare. Proseguendo la navigazione su questo sito, accetti l'utilizzo di questi cookie.