WebEVTXplorer is a web application that reads Windows OS event logs and displays each event as a card.
Note
- This application is intended for use in a local network environment only.
- It may not be possible to load events recorded in Forwarded Events.
To run the application, use the following command:
pip install requirements.txt
python app.py
Make sure you have the following Python libraries installed:
- Flask
- evtx
- Display event logs as cards with sortable options.