| ▲ | Bender 7 hours ago | |
Wouldn't it be trivial to just to write a uwf to block the crawler ips? Probably more effective would be to get the bots to exclude your IP/domain. I do this for SSH, leaving it open on my public SFTP servers on purpose. [1] If I can get 5 bot owners to exclude me that could be upwards of 250k+ nodes mostly mobile IP's that stop talking to me. Just create something that confuses and craps up the bots. With SSH bots this is trivial as most SSH bot libraries and code are unmaintained and poorly written to begin with. In my ssh example look for the VersionAddendum. Old versions of ssh, old ssh libraries and code that tries to implement ssh itself will choke on a long banner string. Not to be confused with the text banner file. I'm sure the clever people here could make something similar for HTTPS and especially for GPT/LLM bots at the risk of being flagged "malicious". [1] - https://mirror.newsdump.org/confuse-some-ssh-bots.html About 90%+ of bots can not visit this URL, including real people that have disabled HTTP/2.0 in their browser. | ||