🛤Scenario

Security manager wants you to create two information stealers using C++

📊Goals

🧠What to Learn

📝Tasks

✔️ Creating a simple program that steals user's directory content

  1. change the IP and port number to the listener's choice
  2. start nc at the attack machine
  3. run the cpp program on the victim machine
  4. receive the directory.

✔️ Creating a keylogger that will send any collected information back to the attacker

  1. change the IP and port number to the listener's choice
  2. start nc at the attack machine
  3. run the cpp program on the victim machine
  4. type anything on the victim machine and it will be reflected on the attack machine terminal