WPSecAnalyzer Plugin

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

Co to jest WPSecAnalyzer Plugin?

WPSecAnalyzer Plugin to rozszerzenie Chrome opracowane przez m.s.aldeheme, a jego główną funkcją jest „From Security Perspective, the Quickest Way to Assess Your Web Application”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WPSecAnalyzer Plugin

Pobierz pliki rozszerzeń WPSecAnalyzer Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WPSecAnalyzer Plugin WPSecAnalyzer Plugin
ID mkmomlbnjjjcnekjbedmnpeoknbegbdc
Oficjalny URL https://chromewebstore.google.com/detail/wpsecanalyzer-plugin/mkmomlbnjjjcnekjbedmnpeoknbegbdc
Opis From Security Perspective, the Quickest Way to Assess Your Web Application
Rozmiar pliku 46.78 KB
Liczba instalacji 99
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2017-01-05
Data Publikacji 2017-01-04
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper m.s.aldeheme
Typ Płatności free
Obsługiwane Języki 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"
    ]
}