SQL Injection Finder ext Firefox

Examine source code of SQL Injection Finder ext

Inspect and view changes in SQL Injection Finder ext source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SQL Injection Finder",
  "version": "1.0.0",
  "description": "Read-only detector for common SQL error signatures and potential input points (forms/links with parameters). Educational heuristic, no exploitation.",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "SQL Injection Finder",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sqli-finder@example.com",
      "strict_min_version": "102.0"
    }
  }
}

Best SQL Injection Finder ext Alternatives

Here are some Firefox add-ons that are similar to SQL Injection Finder ext: