WPintel - WordPress Vulnerability Scanner

WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!

什麼是WPintel - WordPress Vulnerability Scanner?

WPintel - WordPress Vulnerability Scanner是由Tuhinshubhra開發的Chrome擴展程式,該擴展的主要功能是“WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載WPintel - WordPress Vulnerability Scanner擴展crx文件

下載WPintel - WordPress Vulnerability Scanner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        WPintel allows you to scan self hosted WordPress sites.

With WPintel you can detect the following:
• Version
• Version vulnerabilities
• Plugins
• Themes
• Users
and much more!

Although WPintel is designed for self hosted (wordpress.org) WordPress sites, some of it's functionalities still work for sites hosted on wordpress.com.

DISCLAIMER: Usage of this extension without prior mutual consent can be considered as an illegal activity. It is the final user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program.                    

擴展基本資訊

名稱 WPintel - WordPress Vulnerability Scanner WPintel - WordPress Vulnerability Scanner
ID mkhmkjcbidkifopffebieonhhkondlfe
官方網址 https://chromewebstore.google.com/detail/wpintel-wordpress-vulnera/mkhmkjcbidkifopffebieonhhkondlfe
簡介 WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!
檔案大小 153 KB
安裝次數 5,852
目前版本 1.7
更新時間 2019-03-08
上架時間 2019-03-08
評分 3.25/5 共 4 次評分
開發者 Tuhinshubhra
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WPintel - WordPress Vulnerability Scanner",
    "author": "Tuhinshubhra",
    "version": "1.7",
    "description": "WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!",
    "manifest_version": 2,
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "page_action": {
        "default_popup": "html\/popup.html",
        "default_title": "WPintel - WordPress Scanner",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "webRequest"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/include.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "resources\/Quicksand-Regular.ttf"
    ]
}