Anti Rebind

Prevent DNS Rebinding Attacks

Anti Rebind là gì?

Anti Rebind là một tiện ích mở rộng Chrome được phát triển bởi ThreatPinch, và tính năng chính của nó là "Prevent DNS Rebinding Attacks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anti Rebind

Tải xuống các tệp mở rộng Anti Rebind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anti Rebind Anti Rebind
ID fdicgpiolgkgjjkapjgbehgfefeckmic
URL Chính Thức https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic
Mô tả Prevent DNS Rebinding Attacks
Kích Thước Tệp 52.75 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-02-20
Ngày Phát Hành 2018-02-20
Nhà Phát Triển ThreatPinch
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cloudtracer/antirebind
URL Trang Trợ Giúp https://github.com/cloudtracer/antirebind
URL Trang Chính Sách Bảo Mật https://cloudtracer.github.io/threatpinch/privacy.txt
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}