Anti Rebind

Prevent DNS Rebinding Attacks

Anti Rebind क्या है?

Anti Rebind ThreatPinch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent DNS Rebinding Attacks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anti Rebind एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}