WPSecAnalyzer Plugin

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

Apa itu WPSecAnalyzer Plugin?

WPSecAnalyzer Plugin adalah ekstensi Chrome yang dikembangkan oleh m.s.aldeheme, dan fitur utamanya adalah "From Security Perspective, the Quickest Way to Assess Your Web Application".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WPSecAnalyzer Plugin

Unduh file ekstensi WPSecAnalyzer Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WPSecAnalyzer Plugin WPSecAnalyzer Plugin
ID mkmomlbnjjjcnekjbedmnpeoknbegbdc
URL Resmi https://chromewebstore.google.com/detail/wpsecanalyzer-plugin/mkmomlbnjjjcnekjbedmnpeoknbegbdc
Deskripsi From Security Perspective, the Quickest Way to Assess Your Web Application
Ukuran File 46.78 KB
Jumlah Instalasi 99
Versi Saat Ini 1.4
Terakhir Diperbarui 2017-01-05
Tanggal Publikasi 2017-01-04
Penilaian 2.33/5 Total 3 Penilaian
Pengembang m.s.aldeheme
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}