readme update

This commit is contained in:
ghostersk
2025-05-25 20:50:42 +01:00
parent 8bae04883c
commit cb9b50bd9b
+4 -2
View File
@@ -2,12 +2,14 @@
## **Overview**
A login monitoring system built with Flask that tracks user authentication events across Windows domains. Features multi-tenancy support.
Windows monitoring agent:
https://github.com/ghostersk/winauthmon-agent
## **Architecture**
### **Core Components**
```
domain-logons/
winauthmon-agent/
├── app.py # Main Flask application with Uvicorn ASGI server
├── extensions.py # Flask extensions and configuration
├── config.ini # Configuration file with multiple database support
@@ -44,7 +46,7 @@ domain-logons/
├── windows_agent/ # Windows Client
│ └── winagentUSM.exe # Compiled Windows monitoring agent
(compiled or downloaded from: https://github.com/ghostersk/winauthmon-agent)
└── instance/ # Instance-specific files
├── database.db # SQLite database (default)
└── certs/ # SSL certificates