Wordpress HackerZ

Wordpress HackerZ

Was ist Wordpress HackerZ?

Wordpress HackerZ ist eine Chrome-Erweiterung, die von http://dyrk.org entwickelt wurde, und ihr Hauptmerkmal ist "Wordpress HackerZ".

Erweiterungsscreenshots

screenshot
screenshot

Wordpress HackerZ-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wordpress HackerZ-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Wordpress HackerZ Wordpress HackerZ
ID fpaciaddhcagfphfpjbijklcdnpnljbl
Offizielle URL https://chrome.google.com/webstore/detail/wordpress-hackerz/fpaciaddhcagfphfpjbijklcdnpnljbl
Beschreibung Wordpress HackerZ
Dateigröße 86.88 KB
Installationsanzahl 222
Aktuelle Version 3.4
Letztes Update 2015-10-30
Veröffentlichungsdatum 2015-10-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://dyrk.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://dyrk.org/2015/10/28/extension-chrome-qui-exploite-lune-des-vulnerabilites-les-plus-courantes-sur-wordpress/
Unterstützte Sprachen 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"
}