XSSive

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

Co to jest XSSive?

XSSive to rozszerzenie Chrome opracowane przez XSSive, a jego główną funkcją jest „XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia XSSive

Pobierz pliki rozszerzeń XSSive w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa XSSive XSSive
ID ejkkcjgognkjljbakmjoipmnbbhdjhho
Oficjalny URL https://chrome.google.com/webstore/detail/xssive/ejkkcjgognkjljbakmjoipmnbbhdjhho
Opis XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.
Rozmiar pliku 373 KB
Liczba instalacji 96
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2015-03-11
Data Publikacji 2015-03-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper XSSive
Typ Płatności free
Obsługiwane Języki 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
    }
}