Perform the following steps:
- To confirm bind shell backdoor detection, open Command Prompt in Windows and type the following command:
telnet 192.168.103.129 1524

- Upon execution, the user directly gets logged in to the remote machine without providing any authentication:

- To confirm the privilege of the user, we will use the standard Linux command id to confirm the vulnerability:

This command displays the UID and GID as 0, which ...