Skip to content
Tech News
← Back to articles

Miasma: A tool to trap AI web scrapers in an endless poison pit

read original more articles
Why This Matters

Miasma offers a novel approach for website owners to combat AI web scrapers by deploying poisoned data traps that mislead and deter automated scraping tools. Its lightweight design and easy integration make it a practical solution for protecting online content from unauthorized data harvesting, which is increasingly a concern in the tech industry. This tool empowers content creators to defend their work without significant resource expenditure, highlighting a shift towards more proactive anti-scraping measures.

Key Takeaways

🌀 Miasma

AI companies continually scrape the internet at an enormous scale, swallowing up all of its contents to use as training data for their next models. If you have a public website, they are already stealing your work.

Miasma is here to help you fight back! Spin up the server and point any malicious traffic towards it. Miasma will send poisoned training data from the poison fountain alongside multiple self-referential links. It's an endless buffet of slop for the slop machines.

Miasma is very fast and has a minimal memory footprint - you should not have to waste compute resources fending off the internet's leeches.

Installation

Install with cargo (recommended):

cargo install miasma

Or, download a pre-built binary from releases.

Quick Start

Start Miasma with default configuration:

... continue reading