githubEdit

Authentication

Authentication

Testing credentials

You can use two methods to authenticate to the WMI: windows or local (default: windows). To use local auth, add the following flag --local-auth

Windows Auth

With SMB port open

nxc wmi 10.10.10.52 -u james -p 'J@m3s_P@ssW0rd!'

With SMB port closed, add the flag -d DOMAIN

nxc wmi 10.10.10.52 -u james -p 'J@m3s_P@ssW0rd!' -d HTB

Local Auth

nxc wmi 10.10.10.52 -u admin -p 'admin' --local-auth

Last updated