与 Internet Explorer 的黑名单交互
我有 100,000 个域的列表,我需要确定哪些域因网络钓鱼、恶意软件等而被 IE 阻止。是否有任何与 IE 交互的应用程序或解决方案可以帮助我解决此问题?
I have a list of 100,000 domains and I need to identify which ones are blocked by IE for phishing, malware, etc. Are there any applications that interact with IE or solutions that can help me solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 selenium 并自动导航到所有这些 URL。
You could use selenium and automate navigating to all those URLs.
试试这个?不是 IE 特定的,但它是一个黑名单 API。
http://code.google.com/apis/safebrowsing/
Try this? Not IE specific, but its a blacklist API.
http://code.google.com/apis/safebrowsing/