mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #62] [CLOSED] Keylogger bare-bones [WIP] #968
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#968
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?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/62
Author: @ghost
Created: 4/16/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
7f5ade5Keylogger bare-bones [WIP]2fd05edAdded Unicode support6995985format fix819bfdfremoved unused reference8542bc4Get the most current keyboard layout1ce64b6Logic fixes etc1d34b5cunused reference6cf5682command handler fixes6eba816Format fix + access modifier change53f3d0bChanged log format📊 Changes
17 files changed (+1032 additions, -126 deletions)
View changed files
📝
Client/Client.csproj(+3 -0)📝
Client/Core/Commands/CommandHandler.cs(+48 -0)➕
Client/Core/Logger.cs(+280 -0)➕
Client/Core/Packets/ClientPackets/GetLogsResponse.cs(+47 -0)➕
Client/Core/Packets/ServerPackets/GetLogs.cs(+15 -0)📝
Client/Program.cs(+14 -0)📝
Server/Core/Commands/CommandHandler.cs(+28 -0)➕
Server/Core/Packets/ClientPackets/GetLogsResponse.cs(+47 -0)➕
Server/Core/Packets/ServerPackets/GetLogs.cs(+15 -0)📝
Server/Core/UserState.cs(+3 -0)➕
Server/Forms/FrmKeylogger.Designer.cs(+123 -0)➕
Server/Forms/FrmKeylogger.cs(+116 -0)➕
Server/Forms/FrmKeylogger.resx(+123 -0)📝
Server/Forms/FrmMain.Designer.cs(+33 -23)📝
Server/Forms/FrmMain.cs(+22 -0)📝
Server/Forms/FrmMain.resx(+103 -103)📝
Server/Server.csproj(+12 -0)📄 Description
Added simple hook-less keylogger, simple form, and command handling to
fetch logs/display logs.
If this is of interest the things left to do would possibly be:
-Encryption/decryption of logs
-Improve UI for form/functionality
-Settings for customization of key logger such as to enable/disable,
intervals, active/offline, hard coded path/config settings path, etc
-Fixes, code cleanup, etc etc
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.