this post was submitted on 22 May 2026
105 points (100.0% liked)

Programming

27489 readers
379 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ferrule@sh.itjust.works 3 points 1 month ago* (last edited 1 month ago) (1 children)

The honey pot lists a dozen randomly generated links that all point back to the honeypot. Then I have a script that runs nightly and if your IP clicked on a honeypot 100 or more times in a day the IP gets blocked. That way people can stumble on it and not get banned.

Looking at the logs I easily get tens of thousands of hits daily by dozens of bots. A few business sites, personal page, hobby page, and my GitHub replacement. Not really a big target. But still a lot of bot traffic.

[–] Colonel_Panic_@eviltoast.org 1 points 1 month ago (1 children)

Crazy.

Ooo. You know what would also be fun. Instead of a ban, after the obvious bot limit is hit switch that IP to piles of garbage data. Randomly generate word salad pages and make it redirect to those.

[–] ferrule@sh.itjust.works 2 points 1 month ago

I was thinking about something similar. Generate a lot of source code that is pure garbage with comments so that they are learning nonsense. But at the end of the day I don't want to waste more CPU cycles. This is enough to waste their time on my sites with no real blips on my machine.