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
i don't know why but i always get this error
panic: nca_s_fault_access_denied,
.\GO-WMIEXEC.exe -target "192.168.152." -username "" -password "*****" -command "whoami"
1.661889712004783e+09 info wmiexec/wmiexec.go:188 Getting network bindings from remote host
1.6618897120142725e+09 info wmiexec/wmiexec.go:193 Resolved names, all network string bindings for host:
1.6618897120152485e+09 info wmiexec/wmiexec.go:195 WinDev2208Eval
1.6618897120152485e+09 info wmiexec/wmiexec.go:195 192.168.152.129
1.6618897120160189e+09 info wmiexec/wmiexec.go:195 192.168.78.128
1.661889712026315e+09 info wmiexec/wmiexec.go:197 Using first value as target hostname: WinDev2208Eval
1.6618897120369613e+09 error wmiexec/wmiexec.go:287 Error: nca_s_fault_access_denied 5
GO-WMIEXEC/pkg/wmiexec.(*wmiExecer).Auth
The text was updated successfully, but these errors were encountered:
Got same problem. The target os are win11 and win10, both all failed. The log is similar to the above, I have tried again with Python and get a well response.
i don't know why but i always get this error
panic: nca_s_fault_access_denied,
.\GO-WMIEXEC.exe -target "192.168.152." -username "" -password "*****" -command "whoami"
1.661889712004783e+09 info wmiexec/wmiexec.go:188 Getting network bindings from remote host
1.6618897120142725e+09 info wmiexec/wmiexec.go:193 Resolved names, all network string bindings for host:
1.6618897120152485e+09 info wmiexec/wmiexec.go:195 WinDev2208Eval
1.6618897120152485e+09 info wmiexec/wmiexec.go:195 192.168.152.129
1.6618897120160189e+09 info wmiexec/wmiexec.go:195 192.168.78.128
1.661889712026315e+09 info wmiexec/wmiexec.go:197 Using first value as target hostname: WinDev2208Eval
1.6618897120369613e+09 error wmiexec/wmiexec.go:287 Error: nca_s_fault_access_denied 5
GO-WMIEXEC/pkg/wmiexec.(*wmiExecer).Auth
The text was updated successfully, but these errors were encountered: