XSSive

XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.

什么是XSSive?

XSSive是由XSSive开发的Chrome扩展程序,该扩展的主要功能是“XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.”。

扩展截图

screenshot

下载XSSive扩展crx文件

下载XSSive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension detects reflected, and stored XSS bugs in websites you visit automatically.                    

扩展基本信息

名称 XSSive XSSive
ID ejkkcjgognkjljbakmjoipmnbbhdjhho
官方URL https://chrome.google.com/webstore/detail/xssive/ejkkcjgognkjljbakmjoipmnbbhdjhho
简介 XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.
文件大小 373 KB
安装次数 96
当前版本 1.0.3
更新时间 2015-03-11
上架时间 2015-03-11
评分 5.00/5 共1次评分
开发者 XSSive
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XSSive",
    "description": "XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.",
    "version": "1.0.3",
    "options_page": "options.html",
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "green_icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "management",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}