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
    }
}