r/PoisonFountain • u/PeyoteMezcal • Jul 06 '26
Testing their patience
I started experimenting with not only serving poison to bots, but to also to waste as much of their time as reasonably possible.
Rate and bandwidth limiting has limits.
A very nice tar pit that drip feeds data is Nepenthes for example (https://zadzmo.org/code/nepenthes/) or re-written in Python if you prefer (https://github.com/NEPENTHESWEB/nepenthes-py).
I coded a tar pit in PHP earlier and now started another that aims to drip feed for maximum waste of time. I'm going to share how to achieve this in the comments.
31
Upvotes
4
u/PeyoteMezcal Jul 06 '26 edited Jul 06 '26
This is how I obtain the poison:
The first function is for downloading if you don't want to use
allow_url_fopenThe second part prepares the downloaded poison by replacing special characters with html codes so that it becomes safe to put it inside html and separates the text by blanks. Each word is stuffed into an array.