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
官方網址 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"
    ]
}