Nepenthes is a tarpit to catch AI web crawlers
181–190 of 290 posts
Re: Nepenthes is a tarpit to catch AI web crawlers
#182Re: Nepenthes is a tarpit to catch AI web crawlers
#183Re: Nepenthes is a tarpit to catch AI web crawlers
#184Is Nepenthes being mirrored in enough places to keep the community going if the original author gets any DMCA trouble or anything? I'd be happy to host a mirror but am pretty busy and I don't want to miss a critical file by accident.
Re: Nepenthes is a tarpit to catch AI web crawlers
#185Re: Nepenthes is a tarpit to catch AI web crawlers
#186Earlier quoted context omitted.
For the "good" bots which at least respect robots.txt you can use this list to get ahead of them before they pummel your site. https://github.com/ai-robots-txt/ai.robots.txt There's no easy solution for bad bots which ignore robots.txt and spoof their UA though.
For those looking, this is the best I've found: https://blog.cloudflare.com/declaring-your-aindependence-blo...
Re: Nepenthes is a tarpit to catch AI web crawlers
#187Earlier quoted context omitted.
How is that infinite if the last one is always the same? Am I misunderstanding this? I assumed it is almost like an infinite scroll or something.
Here's another site that does something similar (iterating over bitcoin private keys rather than uuids), but has separate pages and would theoretically catch a crawler: https://allprivatekeys.com/all-bitcoin-private-keys-list
Re: Nepenthes is a tarpit to catch AI web crawlers
#188Earlier quoted context omitted.
If they need to query a trained LLM for each page they crawl, I would guess that the training cost would scale up pretty badly...
Of course you wouldn't do it for every single page. If I was designing this crawler I'd make it sample a percentage of pages, starting at 100% sample rate for a completely unknown website, decreasing the sample rate over time as more "good" pages are found relative to "bad" pages. After a "good" page percentage threshold is exceeded, stop sampling entirely and just crawl, assuming that all content is good. After a "b…
In the words of Bush jr.: Mission accomplished!
Re: Nepenthes is a tarpit to catch AI web crawlers
#189Earlier quoted context omitted.
I am not surprised that OpenAI is not interested if fixing this.
Their security.txt email address replies and asks you to go on BugCrowd. BugCrowd staff is unwilling (or too incompetent) to run a bash curl command to reproduce the issue, while also refusing to forward it to OpenAI. The support@openai.com waits an hour before answering with ChatGPT answer. Issues raised on GitHub directly towards their engineers were not answered. Also Microsoft CERT & Azure security team do not re…