XSSive

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

Cos'è XSSive?

XSSive è un'estensione di Chrome sviluppata da XSSive, e la sua funzione principale è "XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione XSSive

Scarica i file di estensione XSSive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome XSSive XSSive
ID ejkkcjgognkjljbakmjoipmnbbhdjhho
URL Ufficiale https://chrome.google.com/webstore/detail/xssive/ejkkcjgognkjljbakmjoipmnbbhdjhho
Descrizione XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.
Dimensione del File 373 KB
Conteggio Installazioni 96
Versione Corrente 1.0.3
Ultimo Aggiornamento 2015-03-11
Data di Pubblicazione 2015-03-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore XSSive
Tipo di Pagamento free
Lingue Supportate 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
    }
}