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)