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 |
官方URL | 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" ] } |