2026-01-04 22:20:10 +01:00
|
|
|
# Krawl Honeypot Configuration
|
|
|
|
|
|
|
|
|
|
server:
|
|
|
|
|
port: 5000
|
|
|
|
|
delay: 100 # Response delay in milliseconds
|
|
|
|
|
timezone: null # e.g., "America/New_York" or null for system default
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
min_per_page: 10
|
|
|
|
|
max_per_page: 15
|
|
|
|
|
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
|
|
|
|
|
secret_path: dashboard
|
|
|
|
|
|
|
|
|
|
api:
|
|
|
|
|
server_url: null
|
|
|
|
|
server_port: 8080
|
|
|
|
|
server_path: "/api/v2/users"
|
|
|
|
|
|
|
|
|
|
database:
|
|
|
|
|
path: "data/krawl.db"
|
|
|
|
|
retention_days: 30
|
|
|
|
|
|
|
|
|
|
behavior:
|
|
|
|
|
probability_error_codes: 0 # 0-100 percentage
|
|
|
|
|
|
|
|
|
|
analyzer:
|
2026-01-05 10:01:51 +01:00
|
|
|
# http_risky_methods_threshold: 0.1
|
|
|
|
|
# violated_robots_threshold: 0.1
|
|
|
|
|
# uneven_request_timing_threshold: 5
|
|
|
|
|
# uneven_request_timing_time_window_seconds: 300
|
|
|
|
|
# user_agents_used_threshold: 2
|
|
|
|
|
# attack_urls_threshold: 1
|