WPSecAnalyzer Plugin
From Security Perspective, the Quickest Way to Assess Your Web Application
什麼是WPSecAnalyzer Plugin?
WPSecAnalyzer Plugin是由m.s.aldeheme開發的Chrome擴展程式,該擴展的主要功能是“From Security Perspective, the Quickest Way to Assess Your Web Application”。
擴展截圖
下載WPSecAnalyzer Plugin擴展crx文件
下載WPSecAnalyzer Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | mkmomlbnjjjcnekjbedmnpeoknbegbdc |
官方網址 | https://chromewebstore.google.com/detail/wpsecanalyzer-plugin/mkmomlbnjjjcnekjbedmnpeoknbegbdc |
簡介 | From Security Perspective, the Quickest Way to Assess Your Web Application |
檔案大小 | 46.78 KB |
安裝次數 | 99 |
目前版本 | 1.4 |
更新時間 | 2017-01-05 |
上架時間 | 2017-01-04 |
評分 | 2.33/5 共 3 次評分 |
開發者 | m.s.aldeheme |
付費類型 | free |
支援的語言 | 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" ] } |