Wordpress HackerZ
Wordpress HackerZ
Wat is Wordpress HackerZ?
Wordpress HackerZ is een Chrome-extensie ontwikkeld door http://dyrk.org, en de belangrijkste functie is "Wordpress HackerZ".
Extensie Screenshots
Download het CRX-bestand van de extensie Wordpress HackerZ
Download Wordpress HackerZ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | fpaciaddhcagfphfpjbijklcdnpnljbl |
Officiële URL | https://chrome.google.com/webstore/detail/wordpress-hackerz/fpaciaddhcagfphfpjbijklcdnpnljbl |
Beschrijving | Wordpress HackerZ |
Bestandsgrootte | 86.88 KB |
Aantal Installaties | 222 |
Huidige Versie | 3.4 |
Laatst Bijgewerkt | 2015-10-30 |
Publicatiedatum | 2015-10-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://dyrk.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://dyrk.org/2015/10/28/extension-chrome-qui-exploite-lune-des-vulnerabilites-les-plus-courantes-sur-wordpress/ |
Ondersteunde Talen | 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" } |