mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #73] [MERGED] Added Keylogger #974
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#974
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/73
Author: @MaxXor
Created: 5/4/2015
Status: ✅ Merged
Merged: 5/4/2015
Merged by: @MaxXor
Base:
master← Head:dev📝 Commits (10+)
62826a3Added Hookless Keyloggerf1942aaFixed some logic53e2096FrmMain instance null check41617d1Added comments to Logger class and some small fixes770d194Improved implementation of keyloggere8d8e8dMore fixes to Keyloggeraa24f98Added image to Keylogger-ToolStripMenuItem7cb3a40Improved adding of new Logs to Listview41be90dEdited Readme38d6448Edited Readme📊 Changes
22 files changed (+1472 additions, -13 deletions)
View changed files
📝
Client/Client.csproj(+3 -0)📝
Client/Config/Settings.cs(+2 -0)📝
Client/Core/Commands/CommandHandler.cs(+46 -0)➕
Client/Core/Keylogger/Logger.cs(+282 -0)➕
Client/Core/Packets/ClientPackets/GetLogsResponse.cs(+46 -0)➕
Client/Core/Packets/ServerPackets/GetLogs.cs(+15 -0)📝
Client/Program.cs(+18 -1)📝
README.md(+2 -1)📝
Server/Core/Commands/CommandHandler.cs(+49 -0)➕
Server/Core/Packets/ClientPackets/GetLogsResponse.cs(+46 -0)➕
Server/Core/Packets/ServerPackets/GetLogs.cs(+15 -0)📝
Server/Core/UserState.cs(+3 -0)➕
Server/Forms/FrmKeylogger.Designer.cs(+125 -0)➕
Server/Forms/FrmKeylogger.cs(+90 -0)➕
Server/Forms/FrmKeylogger.resx(+662 -0)📝
Server/Forms/FrmMain.Designer.cs(+17 -6)📝
Server/Forms/FrmMain.cs(+24 -2)📝
Server/Forms/FrmMain.resx(+1 -1)📝
Server/Properties/Resources.Designer.cs(+10 -0)📝
Server/Properties/Resources.resx(+5 -2)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.