🛤Scenario
Security manager wants you to create two information stealers using C++
📊Goals
- Develop a simple remote information stealer
- Develop a keylogger that will send keystrokes to the attacker
🧠What to Learn
- Basic C++ functionalities over windows
- Sending data over TCP using C++
📝Tasks
✔️ Creating a simple program that steals user's directory content
- change the IP and port number to the listener's choice
- start nc at the attack machine
- run the cpp program on the victim machine
- receive the directory.
✔️ Creating a keylogger that will send any collected information back to the attacker
- change the IP and port number to the listener's choice
- start nc at the attack machine
- run the cpp program on the victim machine
- type anything on the victim machine and it will be reflected on the attack machine terminal