mirror of
https://github.com/0x5t4l1n/Keylogger.git
synced 2026-05-26 19:36:31 +00:00
fix: harden auth and log ingestion security controls
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>
This commit is contained in:
committed by
GitHub
parent
fa1ced8607
commit
e450630b7d
+5
-2
@@ -1,7 +1,10 @@
|
||||
# Web Server Authentication
|
||||
WEB_SERVER_USERNAME=admin
|
||||
WEB_SERVER_PASSWORD=change_this_password
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user