pivoter-client/README.md

11 lines
577 B
Markdown
Raw Normal View History

2024-04-29 21:18:31 +00: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](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)