mirror of
https://github.com/0x5t4l1n/Keylogger.git
synced 2026-05-26 11:35:50 +00:00
e450630b7d
Agent-Logs-Url: https://github.com/Stalin-143/Keylogger/sessions/cef34b0e-605b-4ab9-8da6-2559d1dd4529 Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
11 lines
334 B
Bash
11 lines
334 B
Bash
# Web Server Authentication
|
|
WEB_SERVER_USERNAME=admin_user
|
|
WEB_SERVER_PASSWORD=change_this_to_a_very_strong_password
|
|
|
|
# Flask Configuration
|
|
FLASK_DEBUG=False
|
|
FLASK_SECRET_KEY=generate_random_secret_key_here
|
|
|
|
# Shared API key for keylogger -> server log ingestion (minimum 24 chars)
|
|
LOG_INGEST_API_KEY=replace_with_random_long_api_key
|