Options (2)
-u, --usernamebooleanSearch for valid credentials by trying out every combination in the specified lists of usernames and passwords
Example:
nxc wmi {{192.168.178.2}} {{[-u|--username]}} {{path/to/usernames.txt}} {{[-p|--password]}} {{path/to/passwords.txt}}-p, --passwordbooleanSearch for valid credentials by trying out every combination in the specified lists of usernames and passwords
Example:
nxc wmi {{192.168.178.2}} {{[-u|--username]}} {{path/to/usernames.txt}} {{[-p|--password]}} {{path/to/passwords.txt}}Examples (4)
Search for valid credentials by trying out every combination in the specified lists of usernames and passwords
nxc wmi 192.168.178.2 [-u|--username] path/to/usernames.txt [-p|--password] path/to/passwords.txtAuthenticate via local authentication (as opposed to authenticating to the domain)
nxc wmi 192.168.178.2 [-u|--username] username [-p|--password] password --local-authIssue the specified WMI query
nxc wmi 192.168.178.2 [-u|--username] username [-p|--password] password --wmi wmi_querymade by @shridhargupta | data from tldr-pages