SQL Injection Scanner Firefox

Examine source code of SQL Injection Scanner

제작자: Sergio Jensen
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}"
    }
  }
}

최고의 SQL Injection Scanner 대안

다음은 SQL Injection Scanner과(와) 유사한 Firefox add-on입니다: