网络股票上市

发布于 2024-12-12 06:46:47 字数 425 浏览 2 评论 0原文

我正在用 python 或 ironpython 编写局域网扫描应用程序。但是,由于缺乏好的库,这并不是那么容易! (是的,连我都感到惊讶!!也许我搜索得不够好)。

THIS 是 C# 中的一个库,似乎非常容易用于此目的。

而且,根据这篇文章,似乎 pysmb 是迄今为止最好的工具,但它对我不起作用,因为它要求身份验证才能连接到远程计算机,即使访问这些共享不需要身份验证。

有没有人有更好的解决方案或建议。

I am in a process to write a lan scan application in python or ironpython . But, it is turning out to be not that easy due to lack of good libraries !! (yes, even i am surprised!! maybe i did'nt search well enough).

THIS is one library in c# and seems very easy to use for the purpose.

And, as per this SO post it seems pysmb is the best tool available till now, but it didnt work for me as it was asking for authentication to connect to remote machine even if authentication is not required for accessing those shares.

Does any body have a better solution or recommendation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清欢 2024-12-19 06:46:47

查看 WMI。以下是 Python 库的参考,可让您访问 WMI 查询 http://timgolden.me。 uk/python/wmi/index.html 这里是如何使用 WMI 获取网络共享列表的链接http://vbscriptblog. com/vbscript/wmi/shares/wmi-vbscript-to-show-the-network-shares-of-a-computer/ 最后一个脚本位于 VBS 中。因此,如果您将这两者结合在一起,您将得到您想要的结果。

Look into WMI. Here is a ref to Python library that lets you access WMI queries http://timgolden.me.uk/python/wmi/index.html here is a link to how to use WMI to get a list of network shares http://vbscriptblog.com/vbscript/wmi/shares/wmi-vbscript-to-show-the-network-shares-of-a-computer/ the last script is in VBS. So if you combine these two together you will get your desired result.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文