[GH-ISSUE #199] Adding feature to stop/start keylogger after running the client on remote machine #84

Open
opened 2026-02-27 15:48:40 +03:00 by kerem · 6 comments
Owner

Originally created by @DragonzMaster on GitHub (May 25, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/199

when we open the keylogger form can we send a request to the client to get keylogger statue (On/Off)
if it is turned off a button (will be added to keylogger form ) will be enabled and when we press it the keylogger starts its work and vice-versa

Originally created by @DragonzMaster on GitHub (May 25, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/199 when we open the keylogger form can we send a request to the client to get keylogger statue (On/Off) if it is turned off a button (will be added to keylogger form ) will be enabled and when we press it the keylogger starts its work and vice-versa
Author
Owner

@ghost commented on GitHub (May 25, 2015):

There could be a dynamic client settings file that is added that the command handler could read/write to and from

<!-- gh-comment-id:105229417 --> @ghost commented on GitHub (May 25, 2015): There could be a dynamic client settings file that is added that the command handler could read/write to and from
Author
Owner

@MaxXor commented on GitHub (May 25, 2015):

No, we will just set a lock file in the Logs folder when the Keylogger should be disabled.
We can easily remove/add (on/off) this file.

<!-- gh-comment-id:105229617 --> @MaxXor commented on GitHub (May 25, 2015): No, we will just set a lock file in the Logs folder when the Keylogger should be disabled. We can easily remove/add (on/off) this file.
Author
Owner

@DragonzMaster commented on GitHub (May 25, 2015):

or it could be a registry value
that depends on file's GUID for example

<!-- gh-comment-id:105230020 --> @DragonzMaster commented on GitHub (May 25, 2015): or it could be a registry value that depends on file's GUID for example
Author
Owner

@yankejustin commented on GitHub (May 25, 2015):

@MaxXor Like an XML settings file used by the builder form?

<!-- gh-comment-id:105310710 --> @yankejustin commented on GitHub (May 25, 2015): @MaxXor Like an XML settings file used by the builder form?
Author
Owner

@yankejustin commented on GitHub (May 26, 2015):

github.com/MaxXor/xRAT@eaf89ef97b/Client/Program.cs (L143)
We got the handle to the logger, so we should be able to very easily just store it internally and tell it to Dispose when we are done with it!

<!-- gh-comment-id:105363370 --> @yankejustin commented on GitHub (May 26, 2015): https://github.com/MaxXor/xRAT/blob/eaf89ef97b953d88e5039f221ae866c1b63e1072/Client/Program.cs#L143 We got the handle to the logger, so we should be able to very easily just store it internally and tell it to <code>Dispose</code> when we are done with it!
Author
Owner

@yankejustin commented on GitHub (May 26, 2015):

After disposing it, we can just poke with this value if we wish to enable or disable on startup github.com/MaxXor/xRAT@eaf89ef97b/Client/Program.cs (L138)

<!-- gh-comment-id:105363599 --> @yankejustin commented on GitHub (May 26, 2015): After disposing it, we can just poke with this value if we wish to enable or disable on startup https://github.com/MaxXor/xRAT/blob/eaf89ef97b953d88e5039f221ae866c1b63e1072/Client/Program.cs#L138
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#84
No description provided.