WPSecAnalyzer Plugin

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

What is WPSecAnalyzer Plugin?

WPSecAnalyzer Plugin is a Chrome extension developed by m.s.aldeheme, and its main feature is "From Security Perspective, the Quickest Way to Assess Your Web Application".

Extension Screenshots

screenshot

Download WPSecAnalyzer Plugin Extension CRX File

Download WPSecAnalyzer Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WPSecAnalyzer Plugin WPSecAnalyzer Plugin
ID mkmomlbnjjjcnekjbedmnpeoknbegbdc
Official URL https://chromewebstore.google.com/detail/wpsecanalyzer-plugin/mkmomlbnjjjcnekjbedmnpeoknbegbdc
Description From Security Perspective, the Quickest Way to Assess Your Web Application
File Size 46.78 KB
Installation Count 99
Current Version 1.4
Last Updated 2017-01-05
Publish Date 2017-01-04
Rating 2.33/5 Total 3 Ratings
Developer m.s.aldeheme
Payment Type free
Supported Languages 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"
    ]
}