
Client-server tool for live data collection during incident response. Admin sends requests to clients to gather system information for forensic analysis.
git clone https://github.com/LetsDefend/Simple-Live-Data-Collection
cd server
python main.py
cd admin
python main.py
cd client
python main.py
Change the "HOST" variable in main.py file