Anti Rebind
Prevent DNS Rebinding Attacks
Cos'è Anti Rebind?
Anti Rebind è un'estensione di Chrome sviluppata da ThreatPinch, e la sua funzione principale è "Prevent DNS Rebinding Attacks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Anti Rebind
Scarica i file di estensione Anti Rebind in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Anti Rebind |
ID | fdicgpiolgkgjjkapjgbehgfefeckmic |
URL Ufficiale | https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic |
Descrizione | Prevent DNS Rebinding Attacks |
Dimensione del File | 52.75 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-02-20 |
Data di Pubblicazione | 2018-02-20 |
Sviluppatore | ThreatPinch |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/cloudtracer/antirebind |
URL della Pagina di Aiuto | https://github.com/cloudtracer/antirebind |
URL della Pagina della Politica sulla Privacy | https://cloudtracer.github.io/threatpinch/privacy.txt |
Lingue Supportate | 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", " |