2026-01-04 22:20:10 +01:00
|
|
|
# Krawl Honeypot Configuration
|
|
|
|
|
|
|
|
|
|
server:
|
2026-02-15 18:07:39 +01:00
|
|
|
port: 5000
|
2026-01-04 22:20:10 +01:00
|
|
|
delay: 100 # Response delay in milliseconds
|
|
|
|
|
|
|
|
|
|
# manually set the server header, if null a random one will be used.
|
2026-01-05 17:07:10 +01:00
|
|
|
server_header: null
|
2026-01-04 22:20:10 +01:00
|
|
|
|
|
|
|
|
links:
|
|
|
|
|
min_length: 5
|
|
|
|
|
max_length: 15
|
2026-01-08 19:20:22 +01:00
|
|
|
min_per_page: 5
|
|
|
|
|
max_per_page: 10
|
2026-01-04 22:20:10 +01:00
|
|
|
char_space: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
|
|
|
|
|
max_counter: 10
|
|
|
|
|
|
|
|
|
|
canary:
|
|
|
|
|
token_url: null # Optional canary token URL
|
|
|
|
|
token_tries: 10
|
|
|
|
|
|
|
|
|
|
dashboard:
|
|
|
|
|
# if set to "null" this will Auto-generates random path if not set
|
|
|
|
|
# can be set to "/dashboard" or similar <-- note this MUST include a forward slash
|
2026-01-29 11:55:06 +01:00
|
|
|
# secret_path: super-secret-dashboard-path
|
2026-02-23 20:42:25 +01:00
|
|
|
secret_path: null
|
2026-01-04 22:20:10 +01:00
|
|
|
|
2026-02-05 17:26:06 +01:00
|
|
|
backups:
|
|
|
|
|
path: "backups"
|
|
|
|
|
cron: "*/30 * * * *"
|
2026-02-22 16:01:39 +01:00
|
|
|
enabled: false
|
2026-02-05 17:26:06 +01:00
|
|
|
|
2026-02-02 14:19:40 +01:00
|
|
|
exports:
|
|
|
|
|
path: "exports"
|
|
|
|
|
|
2026-03-01 17:49:04 +01:00
|
|
|
logging:
|
|
|
|
|
level: "DEBUG" # DEBUG, INFO, WARNING, ERROR, CRITICAL
|
|
|
|
|
|
2026-01-04 22:20:10 +01:00
|
|
|
database:
|
|
|
|
|
path: "data/krawl.db"
|
|
|
|
|
retention_days: 30
|
|
|
|
|
|
|
|
|
|
behavior:
|
|
|
|
|
probability_error_codes: 0 # 0-100 percentage
|
|
|
|
|
|
|
|
|
|
analyzer:
|
2026-01-08 19:20:22 +01:00
|
|
|
http_risky_methods_threshold: 0.1
|
|
|
|
|
violated_robots_threshold: 0.1
|
2026-01-26 12:36:22 +01:00
|
|
|
uneven_request_timing_threshold: 0.5
|
2026-01-08 19:20:22 +01:00
|
|
|
uneven_request_timing_time_window_seconds: 300
|
|
|
|
|
user_agents_used_threshold: 2
|
|
|
|
|
attack_urls_threshold: 1
|
2026-01-26 12:36:22 +01:00
|
|
|
|
|
|
|
|
crawl:
|
|
|
|
|
infinite_pages_for_malicious: true
|
|
|
|
|
max_pages_limit: 250
|
2026-02-02 14:19:40 +01:00
|
|
|
ban_duration_seconds: 600
|