mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 02:26:38 -06:00
feat: add connection tarpit for malicious bot traffic
Implements slow-drip response handler for known bot paths (wp-admin, phpmyadmin, etc.) to waste attacker resources. Includes per-IP and global connection limits, configurable delays, and random chunking. Also applies clippy lint fixes across codebase.
This commit is contained in:
@@ -8,10 +8,12 @@ aws-config = "1.8.12"
|
||||
aws-sdk-s3 = "1.119.0"
|
||||
axum = "0.8.8"
|
||||
clap = { version = "4.5.54", features = ["derive", "env"] }
|
||||
dashmap = "6.1.0"
|
||||
futures = "0.3.31"
|
||||
include_dir = "0.7.4"
|
||||
mime_guess = "2.0.5"
|
||||
nu-ansi-term = "0.50.3"
|
||||
rand = "0.9.2"
|
||||
reqwest = { version = "0.13.1", default-features = false, features = ["rustls", "charset", "json", "stream"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.148"
|
||||
|
||||
Reference in New Issue
Block a user