From f6232b88a5b7bbce237c4a05ad6b4571bb320489 Mon Sep 17 00:00:00 2001 From: Kevin Jerebica Date: Mon, 29 Apr 2024 23:18:31 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b01cfb0..6602aed 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# Pivoter \ No newline at end of file +# 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](https://github.com/0xdeadbeer/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: + - [Adding AES encryption to my malware | Part 1](https://www.youtube.com/watch?v=AoIqvj5wXkg) + - [Adding AES encryption to my malware | Part 2](https://www.youtube.com/watch?v=jZBjbzq6W2c)