forked from p15670423/monkey
fix wmi table names
This commit is contained in:
parent
020c6398cd
commit
833df8d6d4
|
@ -16,13 +16,14 @@ __author__ = 'uri'
|
|||
|
||||
WMI_CLASSES = set(["Win32_OperatingSystem",
|
||||
"Win32_ComputerSystem",
|
||||
"Win32_GroupUser",
|
||||
"Win32_LoggedOnUser",
|
||||
"Win32_UserAccount",
|
||||
"Win32_UserProfile",
|
||||
"win32_UserAccount",
|
||||
"Win32_Product",
|
||||
"Win32_Process",
|
||||
"Win32_Service"
|
||||
"Win32_Group",
|
||||
"Win32_GroupUser",
|
||||
#"Win32_Product",
|
||||
#"Win32_Process",
|
||||
#"Win32_Service"
|
||||
])
|
||||
|
||||
def fix_obj_for_mongo(o):
|
||||
|
|
Loading…
Reference in New Issue