mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #67] [MERGED] Added Hookless Keylogger #971
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#971
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/67
Author: @ghost
Created: 4/22/2015
Status: ✅ Merged
Merged: 5/4/2015
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (4)
62826a3Added Hookless Keyloggerf1942aaFixed some logic53e2096FrmMain instance null check41617d1Added comments to Logger class and some small fixes📊 Changes
18 files changed (+1807 additions, -893 deletions)
View changed files
📝
Client/Client.csproj(+3 -0)📝
Client/Config/Settings.cs(+2 -0)📝
Client/Core/Commands/CommandHandler.cs(+48 -0)➕
Client/Core/Logger.cs(+275 -0)➕
Client/Core/Packets/ClientPackets/GetLogsResponse.cs(+46 -0)➕
Client/Core/Packets/ServerPackets/GetLogs.cs(+15 -0)📝
Client/Program.cs(+17 -1)📝
Server/Core/Commands/CommandHandler.cs(+36 -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(+122 -0)➕
Server/Forms/FrmKeylogger.cs(+120 -0)➕
Server/Forms/FrmKeylogger.resx(+123 -0)📝
Server/Forms/FrmMain.Designer.cs(+38 -28)📝
Server/Forms/FrmMain.cs(+24 -2)📝
Server/Forms/FrmMain.resx(+862 -862)📝
Server/Server.csproj(+12 -0)📄 Description
-added hookless keylogger class with unicode support
-logs on keylogger class are saved in html format
-added keylogger form using webbrowser to load the log as an html file
-added context menu keylogger option under surveillance
-started keylogger setting enable/disable on client file execution
(didn't complete this, wasn't sure how to do it properly. just added
the setting in the settings class and in program class for the logic.
only thing left is the server side stuff)
left todo:
-encryption/decryption of logs if desired
-options to enable/disable when building client, etc...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.