An open API service indexing awesome lists of open source software.

https://github.com/acuciureanu/spidertrap-rs

A simple trap for web crawlers
https://github.com/acuciureanu/spidertrap-rs

anti-bot anti-scraping bot-detection bot-trap crawler-trap cybersecurity data-privacy ethical-hacking intrusion-detection network-security rust server-defense spider-trap web-crawler web-monitoring web-robots web-scraping web-security web-spider website-protection

Last synced: 11 months ago
JSON representation

A simple trap for web crawlers

Awesome Lists containing this project

README

          

# Spider Trap

## Inspiration

This project was inspired by [Spider Trap](https://github.com/adhdproject/spidertrap)

## Description

A simple tool for catching web crawlers.

## Build

```bash
cargo build --release
```

## Run

```bash
cargo run
```

```bash
cargo run -- --port 8080 --directories ./web-directories.txt --min-links 5 --max-links 10 --min-length 3 --max-length 20
```

## Usage

```bash
Usage: spidertrap-rs [OPTIONS]

Options:
--port [default: 8080]
--directories
--min-links [default: 5]
--max-links [default: 10]
--min-length [default: 3]
--max-length [default: 20]
-h, --help Print help
```