Anti Rebind
Prevent DNS Rebinding Attacks
Hvad er Anti Rebind?
Anti Rebind er en Chrome-udvidelse udviklet af ThreatPinch, og dens hovedfunktion er "Prevent DNS Rebinding Attacks".
Udvidelsesskærmbilleder
Download Anti Rebind-udvidelses-CRX-fil
Download Anti Rebind-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Anti Rebind |
ID | fdicgpiolgkgjjkapjgbehgfefeckmic |
Officiel URL | https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic |
Beskrivelse | Prevent DNS Rebinding Attacks |
Filstørrelse | 52.75 KB |
Antal Installationer | 50 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2018-02-20 |
Udgivelsesdato | 2018-02-20 |
Udvikler | ThreatPinch |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/cloudtracer/antirebind |
Hjælpeside-URL | https://github.com/cloudtracer/antirebind |
URL til Fortrolighedspolitik Side | https://cloudtracer.github.io/threatpinch/privacy.txt |
Understøttede Sprog | 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", " |