WPintel - WordPress Vulnerability Scanner

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

Τι είναι το WPintel - WordPress Vulnerability Scanner;

Το WPintel - WordPress Vulnerability Scanner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tuhinshubhra, και η κύρια λειτουργία του είναι "WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WPintel - WordPress Vulnerability Scanner

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
    ]
}