Winexe from Ubuntu to Windows Server 2019 ERROR: Failed to open connection - NT_STATUS_OBJECT_NAME_NOT_FOUND

834 views Asked by At

When trying to run a command remotely on a Windows Server 2019 machine from a Ubuntu 16.04 machine using winexe:

winexe -U 'someusesr%thepas!#<sword' //34.86.123.123 "ipconfig"

the following error appears after some time of doing nothing:

ERROR: Failed to open connection - NT_STATUS_OBJECT_NAME_NOT_FOUND

TCP port 137 has already been opened (using Google Cloud Firewall) for the Windows Server 2019 system. What might be the problem here that is preventing this command from running remotely?

Using Winexe v1.1 on Ubuntu 16.04. Target system is a Windows Server 2019 running on Google Cloud

0

There are 0 answers