You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
ubuntu 22.
When executing this command, there is an error.
./wmic -U WORKGROUP/administrator%'password' //172.16.0.129 "process get executablepath"
[/Project/wmic.c:212:main()] ERROR: Retrieve result data.
NTSTATUS: NT code 0x80041017 - NT code 0x80041017
./wmic -U WORKGROUP/administrator%'password' //172.16.0.129 "service list brief"
[/Project/wmic.c:212:main()] ERROR: Retrieve result data.
NTSTATUS: NT code 0x80041017 - NT code 0x80041017
windows 2003 - error
windows 2008 - error
"select * from Win32_ComputerSystem"
Worked fine.
The text was updated successfully, but these errors were encountered:
Hi!
ubuntu 22.
When executing this command, there is an error.
./wmic -U WORKGROUP/administrator%'password' //172.16.0.129 "process get executablepath"
[/Project/wmic.c:212:main()] ERROR: Retrieve result data.
NTSTATUS: NT code 0x80041017 - NT code 0x80041017
./wmic -U WORKGROUP/administrator%'password' //172.16.0.129 "service list brief"
[/Project/wmic.c:212:main()] ERROR: Retrieve result data.
NTSTATUS: NT code 0x80041017 - NT code 0x80041017
windows 2003 - error
windows 2008 - error
"select * from Win32_ComputerSystem"
Worked fine.
The text was updated successfully, but these errors were encountered: