WPSecAnalyzer Plugin
From Security Perspective, the Quickest Way to Assess Your Web Application
Vad är WPSecAnalyzer Plugin?
WPSecAnalyzer Plugin är en Chrome-tillägg utvecklad av m.s.aldeheme, och dess huvudfunktion är "From Security Perspective, the Quickest Way to Assess Your Web Application".
Tilläggsskärmbilder
Ladda ner WPSecAnalyzer Plugin-förlängningens CRX-fil
Ladda ner WPSecAnalyzer Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mkmomlbnjjjcnekjbedmnpeoknbegbdc |
Officiell webbadress | https://chromewebstore.google.com/detail/wpsecanalyzer-plugin/mkmomlbnjjjcnekjbedmnpeoknbegbdc |
Beskrivning | From Security Perspective, the Quickest Way to Assess Your Web Application |
Filstorlek | 46.78 KB |
Antal Installationer | 99 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2017-01-05 |
Publiceringsdatum | 2017-01-04 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | m.s.aldeheme |
Betalningssätt | free |
Stödda Språk | 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" ] } |