Anti Rebind
Prevent DNS Rebinding Attacks
Anti Rebindとは何ですか?
Anti RebindはThreatPinchによって開発されたChromeの拡張機能で、その主な機能は「Prevent DNS Rebinding Attacks」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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", " |