Anti Rebind

Prevent DNS Rebinding Attacks

什么是Anti Rebind?

Anti Rebind是由ThreatPinch开发的Chrome扩展程序,该扩展的主要功能是“Prevent DNS Rebinding Attacks”。

扩展截图

screenshot

下载Anti Rebind扩展crx文件

下载Anti Rebind扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Prevents DNS Rebinding attacks.

How?

Checks the IP address of domains when requests are made. If IP addresses switch from public internet IP address to private LAN address it will block further attempts to contact that domain.                    

扩展基本信息

名称 Anti Rebind Anti Rebind
ID fdicgpiolgkgjjkapjgbehgfefeckmic
官方URL https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic
简介 Prevent DNS Rebinding Attacks
文件大小 52.75 KB
安装次数 50
当前版本 1.0.0
更新时间 2018-02-20
上架时间 2018-02-20
开发者 ThreatPinch
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/cloudtracer/antirebind
帮助页面URL https://github.com/cloudtracer/antirebind
隐私政策页面URL https://cloudtracer.github.io/threatpinch/privacy.txt
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Rebind",
    "short_name": "AntiRebind",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Prevent DNS Rebinding Attacks",
    "homepage_url": "http:\/\/www.ThreatPinch.com",
    "icons": {
        "16": "icons\/logo-tp16.png",
        "48": "icons\/logo-tp48.png",
        "128": "icons\/logo-tp128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "blocked.html"
    ]
}