Wordpress HackerZ

Wordpress HackerZ

Wordpress HackerZ là gì?

Wordpress HackerZ là một tiện ích mở rộng Chrome được phát triển bởi http://dyrk.org, và tính năng chính của nó là "Wordpress HackerZ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordpress HackerZ

Tải xuống các tệp mở rộng Wordpress HackerZ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wordpress HackerZ Wordpress HackerZ
ID fpaciaddhcagfphfpjbijklcdnpnljbl
URL Chính Thức https://chrome.google.com/webstore/detail/wordpress-hackerz/fpaciaddhcagfphfpjbijklcdnpnljbl
Mô tả Wordpress HackerZ
Kích Thước Tệp 86.88 KB
Số Lần Cài Đặt 222
Phiên Bản Hiện Tại 3.4
Cập Nhật Lần Cuối 2015-10-30
Ngày Phát Hành 2015-10-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://dyrk.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://dyrk.org/2015/10/28/extension-chrome-qui-exploite-lune-des-vulnerabilites-les-plus-courantes-sur-wordpress/
Ngôn Ngữ Được Hỗ Trợ 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"
}