mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #422] Logging clients events(on server) #213
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ekuzneczova1988 on GitHub (Feb 24, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/422
This makes it possible at the time when the operator is not on the computer continue to monitor activity and analyze the use of computers with the installed client.
@yankejustin commented on GitHub (Feb 24, 2016):
What do you mean by some of those? What is the "sent messages" and "events of keylogger"?
Also, we already can see a client's running applications through the task manager feature.
@ekuzneczova1988 commented on GitHub (Feb 25, 2016):
Sample:
date - tag of client - (type of message): content
28.07.2015 16:24:01 - Office04 - (APP LAUNCHED): SKYPE
28.07.2015 16:24:42 - Office04 - (SKYPE): Hello im fine
28.07.2015 16:25:55- Office04 - (SYSTEM STATUS): Disconected
28.07.2015 16:26:01- Office05 - (facebook): Hello im fine
28.07.2015 16:27:30- Office05 - (SYSTEM STATUS): IP change to: 10.10.0.1
28.07.2015 16:28:40 - Office05 - (Key logger): sdjf kljahsf lkasdf
////////////////////////////////////////////////////////////////////////////////////////
We can determine the sent messages on behalf of the window in focus, and a keylogger logs. Yes, we can see the current running applications, I suggest to record the history, let's say you start a new application. If there are multiple clients it is very easy to overlook the activity on the computer, watching the others.