Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NT code 0x80041017 #48

Open
coolegoschin opened this issue Aug 22, 2022 · 2 comments
Open

NT code 0x80041017 #48

coolegoschin opened this issue Aug 22, 2022 · 2 comments

Comments

@coolegoschin
Copy link

coolegoschin commented Aug 22, 2022

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.

@jjnicola
Copy link
Member

Hi!
After a small search, I find this site. It seems you are asking for something that returns NULL. Check the values in the server.

@coolegoschin
Copy link
Author

"service list brief"

Here it should give a list of services...
It is unlikely that this is NULL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants