Anti Rebind

Prevent DNS Rebinding Attacks

O que é Anti Rebind?

Anti Rebind é uma extensão do Chrome desenvolvida por ThreatPinch, e sua principal característica é "Prevent DNS Rebinding Attacks".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Anti Rebind

Baixe arquivos de extensão Anti Rebind no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Anti Rebind Anti Rebind
ID fdicgpiolgkgjjkapjgbehgfefeckmic
URL Oficial https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic
Descrição Prevent DNS Rebinding Attacks
Tamanho do Arquivo 52.75 KB
Contagem de Instalações 50
Versão Atual 1.0.0
Última Atualização 2018-02-20
Data de Publicação 2018-02-20
Desenvolvedor ThreatPinch
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/cloudtracer/antirebind
URL da Página de Ajuda https://github.com/cloudtracer/antirebind
URL da Página de Política de Privacidade https://cloudtracer.github.io/threatpinch/privacy.txt
Idiomas Suportados 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"
    ]
}