Search found 17 matches

by monstro
Mon Oct 12, 2015 3:14 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

I would like it to work as well however, like you said documentation is lacking and I have yet to find anything. At this point I think I'm just going to stick with using the NTLMv2 option and save the headache for someone else with more experience than or who is more of a masochist than I. I appreci...
by monstro
Fri Oct 09, 2015 2:05 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

Is having kerberos work with WMIC just seen as something that's unnecessary and that is why most use the --option="client ntlmv2 auth"=Yes or am I missing the boat entirely?
by monstro
Fri Oct 09, 2015 12:25 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

Hey jdalrymple, Sorry it has taken me so long to respond. The command I tried to run was : wmic //FQDN "select * from Win32_Service" --debuglevel=10 --debug-stdeer -P wmic -U domain/user%password //FQDN "select * from Win32_Service" --debuglevel=10 --debug-stdeer -P wmic -U domai...
by monstro
Thu Sep 17, 2015 4:51 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

Hey ssax, Sorry for the late reply here is the information given to me by klist: Valid starting Expires Service principal 09/17/2015 17:49:16 09/18/2015 03:49:16 krbtgt/DOMAIN.COM@DOMAIN.COM renew until 09/24/2015 17:49:12
by monstro
Tue Sep 08, 2015 4:53 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

Hey tmcdonald, The command I use to authenticate by NTLMv2 is: ./check_wmi_plus.pl -H HOST -u domain/user -p password -m checkservice --extrawmicarg --option"client ntlmv2 auth"=yes Like I said though I would prefer Kerberos though, at this point it's proving more difficult than I had anti...
by monstro
Fri Sep 04, 2015 3:00 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

Hey tgriep,

Thank you for the information. I have ran across it before however I'm currently using a Domain Admin to query against network devices and have been able to do so successfully using the previous commands listed using the NTLMv2 option.
by monstro
Fri Sep 04, 2015 10:31 am
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

After trying this command: wmic -U user@domain.com%password //FQDN "select * from Win32_Service" --debuglevel=5 --debug-stderr It is now giving me a list of new errors however, when I check the event security log the user has been successfully logged on using kerberos. Here is the screensh...
by monstro
Thu Sep 03, 2015 5:10 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

sassx when I tried this command wmic -U domain/user%password //FQDN "select * from Win32_Service" --debuglevel=4 --debug-stderr it returned this : Debug.png Interestingly enough I checked the security event logs and it was able to successfully connect and auto-negotiate NTLMv2 so it was ab...
by monstro
Thu Sep 03, 2015 4:45 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

Also I cranked up the debug level to 4 and here is the extra information it gave me.
debug3.png
by monstro
Thu Sep 03, 2015 4:37 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus authentication
Replies: 29
Views: 12504

Re: check_wmi_plus authentication

Hey Guys, Thanks for your time on this I really appreciate it. jdalrymple when I ran the command wmic -k true //HOST "SELECT * from Win32_ComputerSystem" it came back with the same error. ssax when I ran the command ./check_wmi_plus.pl -H HOST -u domain/user -p password -m checkservice --e...