Commit Graph

20 Commits

Author SHA1 Message Date
f6232b88a5 Update README.md 2024-04-29 23:18:31 +02:00
osamu
990e02a11a Strategy: Hide the console away from the user 2023-01-01 09:28:24 -08:00
osamu
7896e5ac20 Pivoter: Add multi-threading
The program now supports a simple multi-threading solution that solves
the issue of the keyboard lag in a case where there's noticable latency
between the victim machine and the mother server.
2023-01-01 09:12:06 -08:00
osamu
277f473d6d General: Remove unnecessary line 2022-12-31 11:38:11 -08:00
osamu
790582646f Pivoter: Add a basic country whitelist system 2022-12-31 08:54:55 -08:00
osamu
b5ad61741d Merge branch 'master' of https://github.com/osamu-kj/pivoter-client 2022-12-31 02:50:09 -08:00
osamu
3e4f1f1d9f ConnectionsPivoter: Fix the wrong base before sending 2022-12-31 02:48:52 -08:00
osamu
0fd9db3101
Delete Pivoter.sln 2022-12-30 23:25:41 +01:00
osamu
6a2b63583a
Delete Pivoter.vcxproj.filters 2022-12-30 23:25:26 +01:00
osamu
9d32828ab5
Delete Pivoter.vcxproj 2022-12-30 23:25:18 +01:00
osamu
2a80052ffe General: Gitignore unnecessary project files 2022-12-30 14:23:24 -08:00
osamu
4353a50f2c General: Fix the libcurl include/library linking 2022-12-30 14:18:42 -08:00
osamu-kj
d81369be0f ConnectionsPivoter: Encrypt network traffic before sending it to the
mother server
2022-12-18 23:54:26 +01:00
osamu-kj
8903fa08a3 ConnectionsPivoter: Fix keys check for system keys as well (on press) 2022-12-15 22:47:12 +01:00
osamu-kj
0b54840c5f General: Remove unnecessary function 2022-12-15 16:24:45 +01:00
osamu-kj
ad72489254 ConnectionsPivoter: Implement functionality to send keys to the server 2022-12-15 16:21:46 +01:00
osamu-kj
74190d95e0 ConnectionsPivoter: Add the initial code for the ConnectionsPivoter 2022-12-05 22:41:36 +00:00
osamu-kj
35f53e30b3 General: Add initial code for the keylogger program
On start the program will register a keyboard hook and listen for
WM_KEYDOWN events, fetch the virtual key and show it to the console.
2022-12-04 19:16:56 +00:00
osamu-kj
e4bf190bad Initial commit 2022-12-01 19:00:44 +00:00
Unknown
649bfe9d11 Add .gitattributes, .gitignore, and README.md. 2022-12-01 18:51:26 +00:00