如何在必须以非管理员身份安装的 Windows 应用程序中捕获数据包?
是否可以编写一个可以在 PC 上捕获数据包的 Windows 应用程序,以便该应用程序可以以非管理员身份安装/运行?如果是,那么该方法是什么,例如使用哪种语言、使用哪个 API/库等(例如,它会与 Windows Sockets 2 (Winsock) 库一起使用吗?)
我已经查看了网络监视器 API,但是这里的问题是需要安装 NM,这需要“管理员”访问权限(以获取驱动程序)。
请注意,我所追求的是捕获/监视数据包,以汇总发送到一组特定 IP 的特定类型 [例如 HTTP] 的所有数据包的帧大小。
谢谢
Is it possible to write a Windows app that can capture packets on the PC such that this application can be installed/run as non-admin? If yes, what would be the approach, e.g. which language, which API/Library to use etc (e.g. would it be with the Windows Sockets 2 (Winsock) library?)
I've looked at Network Monitor API's however the issue here is that NM needs to be installed, and this requires "admin" access (to get the driver in place).
Note what I'm after is to capture/monitor packets to sum frame sizes for all packets of a particular type [e.g. HTTP] going out to a specific set of IPs.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这是否有帮助,但您可以使用与当前登录用户不同的权限运行任何应用程序。请参阅“运行方式”工具。
Not sure this helps, but you can run any application with different privileges than that of the currently logged in user. See "Run as" tools.