Anti Rebind

Prevent DNS Rebinding Attacks

Что такое Anti Rebind?

Anti Rebind - это расширение Chrome, разработанное ThreatPinch, и его основная функция - "Prevent DNS Rebinding Attacks".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Anti Rebind

Скачайте файлы расширений 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"
    ]
}