Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Simple-Live-Data-Collection — Client-server tool for live data collection during incident response. Admin sends requests to clients to gather system information for forensic analysis. | Kitploit
Tools/GitHubGitHub/letsdefendio/simple-live-data-collection
ForensicsInformation GatheringDigital ForensicsIncident Response
GitHubletsdefendio/simple-live-data-collection

Simple-Live-Data-Collection

Client-server tool for live data collection during incident response. Admin sends requests to clients to gather system information for forensic analysis.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
22745 years agoReviewed by Kitploit

Simple Live Data Collection Tool

topology

How it works?

  • 1- Build server
  • 2- Connect with admin and client to server
  • 3- To collect information, send the request to the server through the admin, and then to the client

Installation

root@kitploit:~
git clone https://github.com/LetsDefend/Simple-Live-Data-Collection

Server

root@kitploit:~
cd server
python main.py

Admin

root@kitploit:~
cd admin
python main.py

Client

root@kitploit:~
cd client
python main.py

Change the "HOST" variable in main.py file

Screenshots

r2 r3

Download Tool