Anti Rebind

Prevent DNS Rebinding Attacks

ما هو Anti Rebind؟

Anti Rebind هو إضافة Chrome تم تطويرها بواسطة ThreatPinch، والميزة الرئيسية لها هي "Prevent DNS Rebinding Attacks".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Anti Rebind

قم بتنزيل ملفات الامتداد Anti Rebind بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://github.com/cloudtracer/antirebind
عنوان صفحة سياسة الخصوصية 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"
    ]
}