WPSecAnalyzer Plugin

From Security Perspective, the Quickest Way to Assess Your Web Application

Cos'è WPSecAnalyzer Plugin?

WPSecAnalyzer Plugin è un'estensione di Chrome sviluppata da m.s.aldeheme, e la sua funzione principale è "From Security Perspective, the Quickest Way to Assess Your Web Application".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WPSecAnalyzer Plugin

Scarica i file di estensione WPSecAnalyzer Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Chrome Extension "WPSecAnalyzer" works as a framework to simplify assessing your web application. "WPSecAnalyzer" is going to check eleven issues/vulnerabilities on any website the end user visits.

WPSecAnalyzer is part of my SANS paper.                    

Informazioni di Base sull'Estensione

Nome WPSecAnalyzer Plugin WPSecAnalyzer Plugin
ID mkmomlbnjjjcnekjbedmnpeoknbegbdc
URL Ufficiale https://chromewebstore.google.com/detail/wpsecanalyzer-plugin/mkmomlbnjjjcnekjbedmnpeoknbegbdc
Descrizione From Security Perspective, the Quickest Way to Assess Your Web Application
Dimensione del File 46.78 KB
Conteggio Installazioni 99
Versione Corrente 1.4
Ultimo Aggiornamento 2017-01-05
Data di Pubblicazione 2017-01-04
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore m.s.aldeheme
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WPSecAnalyzer Plugin",
    "description": "From Security Perspective, the Quickest Way to Assess Your Web Application",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}