XSSive

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

XSSive क्या है?

XSSive XSSive द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XSSive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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