Anti Rebind
Prevent DNS Rebinding Attacks
Co to jest Anti Rebind?
Anti Rebind to rozszerzenie Chrome opracowane przez ThreatPinch, a jego główną funkcją jest „Prevent DNS Rebinding Attacks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Anti Rebind
Pobierz pliki rozszerzeń Anti Rebind w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Anti Rebind |
ID | fdicgpiolgkgjjkapjgbehgfefeckmic |
Oficjalny URL | https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic |
Opis | Prevent DNS Rebinding Attacks |
Rozmiar pliku | 52.75 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-02-20 |
Data Publikacji | 2018-02-20 |
Deweloper | ThreatPinch |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/cloudtracer/antirebind |
Adres URL Strony Pomocy | https://github.com/cloudtracer/antirebind |
Adres URL Strony Polityki Prywatności | https://cloudtracer.github.io/threatpinch/privacy.txt |
Obsługiwane Języki | 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", " |