Posts

Showing posts from April 2, 2019

issue when running an exe file using PSexec

Image
1 I'm having an error I'm not sure how to solve when trying to run an .exe file in a remote system: C:UsersAdministratorDesktopPSTools>PsExec.exe \172.19.15.50 -u doctor -p doctor "C:Program FilesAppGApp.exe" PsExec v2.2 - Execute processes remotely Copyright (C) 2001-2016 Mark Russinovich Sysinternals - www.sysinternals.com Unhandled Exception: System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at System.Net.Sockets.TcpListener.Start(Int32 backlog) at System.Net.Sockets.TcpListener.Start() at AppG.CLI.TelnetServer.ListenForClients() at System.Threading.Thread