rapid7 / meterpreter

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
Other
325 stars 144 forks source link

extapi wmi_query errors #181

Open Meatballs1 opened 9 years ago

Meatballs1 commented 9 years ago
meterpreter > wmi_query "foo"
[-] Error running command wmi_query: RuntimeError IDispatch error #3607 (0x80041017)
meterpreter > wmi_query "Service where(name='VSS') get state"
[-] Error running command wmi_query: RuntimeError IDispatch error #3607 (0x80041017)

Spun up a new rev_tcp from an exe and get the above errors etc.

Also saw the following on a powershell web delivery payload. May be related to being a powershell payload?

meterpreter > wmi_query Service where(name="VSS") get state
[-] Error running command wmi_query: RuntimeError Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized. (0x80010119)