the-useless-one / pywerview

A (partial) Python rewriting of PowerSploit's PowerView
GNU General Public License v3.0
908 stars 113 forks source link

added namespace argument in _create_wmi_connection() #24

Closed byt3bl33d3r closed 7 years ago

byt3bl33d3r commented 7 years ago

Hey mate!

Title says it all, lets us specify the namespace in the WMI connection so we can query others than root\cimv2.

Cheers!

the-useless-one commented 7 years ago

Thanks for the PR!