Wordpress HackerZ

Wordpress HackerZ

ما هو Wordpress HackerZ؟

Wordpress HackerZ هو إضافة Chrome تم تطويرها بواسطة http://dyrk.org، والميزة الرئيسية لها هي "Wordpress HackerZ".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Wordpress HackerZ

قم بتنزيل ملفات الامتداد Wordpress HackerZ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Extension chrome permettant de scanner un site Wordpress à la recherche d'information permettant la sécurisation ou l'exploitation de vulnérabilité.


************* Il Récupère *********************

# Version et Chemin d'installation du Wordpress

# Version et Chemin du Thème Wordpress

# Plugins vulnérables

# Fichiers temporaires(Pour l'instant seul VIM et EMACS sont gérés, mais je prévois d'y ajouter d'autres éditeurs)                    

معلومات أساسية عن التمديد

الاسم Wordpress HackerZ Wordpress HackerZ
ID fpaciaddhcagfphfpjbijklcdnpnljbl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/wordpress-hackerz/fpaciaddhcagfphfpjbijklcdnpnljbl
الوصف Wordpress HackerZ
حجم الملف 86.88 KB
عدد التثبيتات 222
النسخة الحالية 3.4
آخر تحديث 2015-10-30
تاريخ النشر 2015-10-30
تقييم 5.00/5 مجموع تقييمات 1
المطور http://dyrk.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://dyrk.org/2015/10/28/extension-chrome-qui-exploite-lune-des-vulnerabilites-les-plus-courantes-sur-wordpress/
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mario Gosparini",
    "description": "Wordpress HackerZ",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "check.html"
    },
    "icons": {
        "128": "icon48.png",
        "16": "icon48.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "wordpress.js"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "Wordpress HackerZ",
    "permissions": [
        "cookies",
        "tabs"
    ],
    "version": "3.4"
}