Windows keylogger
Go to file
2024-04-29 23:18:31 +02:00
curl General: Fix the libcurl include/library linking 2022-12-30 14:18:42 -08:00
json Pivoter: Add a basic country whitelist system 2022-12-31 08:54:55 -08:00
.gitattributes Add .gitattributes, .gitignore, and README.md. 2022-12-01 18:51:26 +00:00
.gitignore General: Gitignore unnecessary project files 2022-12-30 14:23:24 -08:00
base64.h ConnectionsPivoter: Encrypt network traffic before sending it to the 2022-12-18 23:54:26 +01:00
codes.h Pivoter: Add a basic country whitelist system 2022-12-31 08:54:55 -08:00
connections_pivoter.cpp Pivoter: Add multi-threading 2023-01-01 09:12:06 -08:00
connections_pivoter.h Pivoter: Add a basic country whitelist system 2022-12-31 08:54:55 -08:00
Pivoter.cpp Strategy: Hide the console away from the user 2023-01-01 09:28:24 -08:00
README.md Update README.md 2024-04-29 23:18:31 +02:00
security_checker.cpp Pivoter: Add a basic country whitelist system 2022-12-31 08:54:55 -08:00
security_checker.h Pivoter: Add a basic country whitelist system 2022-12-31 08:54:55 -08:00

Pivoter

Pivoter (Client) is an educational spyware built specifically for Windows devices. It uses the WinApi to log keystrokes and sends them to the Pivoter Server.

Data is encrypted with AES-128, converted to base64, and sent to the Pivoter Server through a webapi (POST requests).

Streams of me developing + testing the malware: