A php script to provide an endless buffet of randomly generated e-mails to bots
Find a file
kake26 4f13844b3c added license
Forgot to add this by default so adding now
2022-01-05 18:55:13 +01:00
email.php basic working version with a little flair 2022-01-04 22:49:36 -06:00
LICENSE added license 2022-01-05 18:55:13 +01:00
README.md Update 'README.md' 2022-01-04 22:23:58 +01:00

bottrap

A php script to provide an endless buffet of randomly generated e-mails to bots. The purpose of this script is two fold. First to generate randomly generated e-mails to harvest. The second purpose is to cause the bots to get stuck in a loop on the page via a backlink to itself. This should result in a the bot harvesting and filling its database with completely random and totally usless e-mails. This is based off a idea I came across years ago and a initial script I had which worked pretty well. This is a fully rewrite version that contains a number of improvements.