Wordpress HackerZ

Wordpress HackerZ

What is Wordpress HackerZ?

Wordpress HackerZ is a Chrome extension developed by http://dyrk.org, and its main feature is "Wordpress HackerZ".

Extension Screenshots

screenshot
screenshot

Download Wordpress HackerZ Extension CRX File

Download Wordpress HackerZ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Wordpress HackerZ Wordpress HackerZ
ID fpaciaddhcagfphfpjbijklcdnpnljbl
Official URL https://chrome.google.com/webstore/detail/wordpress-hackerz/fpaciaddhcagfphfpjbijklcdnpnljbl
Description Wordpress HackerZ
File Size 86.88 KB
Installation Count 222
Current Version 3.4
Last Updated 2015-10-30
Publish Date 2015-10-30
Rating 5.00/5 Total 1 Ratings
Developer http://dyrk.org
Email [email protected]
Payment Type free
Extension Website http://dyrk.org/2015/10/28/extension-chrome-qui-exploite-lune-des-vulnerabilites-les-plus-courantes-sur-wordpress/
Supported Languages 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"
}