devTrack is a RAT (Remote Administration Toolkit) designed to manage and list client computers.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
client
server
LICENSE
README.md

README.md

devTrack

devTrack is a RAT (Remote Administration Toolkit) designed to manage and list client computers. Clients use HTTP requests to report to server. Server stores clients in a MySQL database. Every X seconds, clients ask the server for commands, then they run the command and return the output to the server.

INCOMPLETE / UNDER DEVELOPMENT!