SQL Injection Scanner Firefox

Examine source code of SQL Injection Scanner

Inspect and view changes in SQL Injection Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SQL Injection Scanner",
  "version": "1.1",
  "description": "A Mozilla extension to scan for potential SQL Injection vulnerabilities on websites.",
  "permissions": [
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "64": "icons/logo_64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{32f4714e-0e01-4909-ad96-201f8443c1e5}"
    }
  }
}

Meilleures alternatives SQL Injection Scanner

Voici quelques Firefox add-ons qui sont similaires à SQL Injection Scanner :