Wordpress HackerZ
Wordpress HackerZ
什么是Wordpress HackerZ?
Wordpress HackerZ是由http://dyrk.org开发的Chrome扩展程序,该扩展的主要功能是“Wordpress HackerZ”。
扩展截图
下载Wordpress HackerZ扩展crx文件
下载Wordpress HackerZ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | |
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" } |