0 Members and 1 Guest are viewing this topic.
Tired of being treated like a criminal by the copyright cartels like the RIAA and the MPAA? Than fight back.Problem People like the riaa, mpaa, and others are on a copyright enforcing rampage, destroying innocent victims along the way. They are using automated tools (web spiders) to find people hosting 'illegal' content to sue. Sometimes the spiders catch innocent people in their web of evil.Solution Since our politicians think the RIAA'a well-being is more important than ours, we must find a way to make the RIAA/MPAA's spiders too expensive to operate. Therefore our goals should be to: * Slow the spider down, or get it stuck in a loop * Provide soo many false positives, that sorting the actual infringers from the innocent is too expensive to allow the copywrong police to continue These things are what a 'honeypot', or 'tarpit' is designed to do. There are several available RIAA/MPAA spider trapping scripts currently available, but they all have unacceptable limitations (either requirements are too high, or they take an unacceptable toll on your server). What was needed was a script which could generate fake apache index pages, but with links to large files with copyrighted sounding names. The server operator should not have to have root, nor should it waste excessive disk space for the server operator, IE - the files should be generated by the script, and not actually stored on the servers disk. This is what DirIndexFaker does!The best existing script I could find which came close to meeting these criteria was the DMCA Bot Killer , but it had several problems: * It requires the files to be generated beforehand with a perl script, the code is in the source, but commented out and a little wonky. * It does not look like an apache index page, it looks suspicious, the **AA's spiders could be easily modified to detect this. * It requires a list of filenames to use when generating our 'warez' index. This list is loaded from a server at every invocation. This is innefficient, and error-prone.So DirIndexFaker is a 'fixed' version of the DMCA Bot Killer.Results The finished PHP script can be downloaded below, it works as planned, and with wide enough usage will hopefully cause the copyright cartels to reevaluate the way the hunt down infringers.Usage Simply extract the contents of the .zip file to a subfolder under your PHP enabled webservers document root, then place a link to that subfolder somewhere on your site where bots can see it, and people cannot.