HackBar Firefox

Examine source code of HackBar

提供元: 0140454 Add-on
Inspect and view changes in HackBar source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "HackBar",
  "version": "1.2.8",
  "description": "A browser extension for Penetration Testing",
  "devtools_page": "devtools.html",
  "icons": {
    "128": "icon.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "permissions": [
    "storage",
    "scripting",
    "webRequest",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "payloads/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "commands": {
    "load_url": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "Trigger 'Load'"
    },
    "split_url": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Trigger 'Split'"
    },
    "execute_url": {
      "suggested_key": {
        "default": "Alt+X"
      },
      "description": "Trigger 'Execute'"
    },
    "switch_mode": {
      "suggested_key": {
        "default": "Alt+M"
      },
      "description": "Switch between 'Basic' and 'Raw' mode"
    }
  },
  "manifest_version": 3,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e369192d-43df-486e-aca0-d771eaed541d}",
      "strict_min_version": "115.0"
    }
  }
}

ベストのHackBar代替案

HackBarに類似したFirefox add-onをいくつか紹介します: