pivoter-client/README.md
2024-04-29 23:18:31 +02:00

11 lines
577 B
Markdown

# 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)