gpt4 book ai didi

python - 从 Linux 通过 Python 访问 WMI

转载 作者:IT王子 更新时间:2023-10-29 01:09:17 34 4
gpt4 key购买 nike

我正在寻找一种从 Linux 机器 (CentOS 6) 远程访问 WMI(Windows 管理工具)的方法

当然有 python-wmi 包,但它使用了 Linux 上不可用的 Windows API。我找到了 wmi-client-wrapper应该做那样的事情。但是没有文档,甚至这个例子也不适合我。

我之所以要这样做,是因为我想远程获取系统上的所有用户帐户并将它们存储在数据库中。也许您还有其他方法可以做到这一点。

谢谢

最佳答案

您可以使用在 Python 中实现了 WMI 的 Impacket ( https://github.com/CoreSecurity/impacket )。

有两个可能有用的示例:

1) https://github.com/CoreSecurity/impacket/blob/master/examples/wmiquery.py : 它允许发出 WQL 查询并获取对象的描述

2) https://github.com/CoreSecurity/impacket/blob/master/examples/wmiexec.py : 与 psexec 类似的方法,但通过 WMI 执行命令

关于python - 从 Linux 通过 Python 访问 WMI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20115578/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com