Mobile Interceptor (PT) Firefox

Examine source code of Mobile Interceptor (PT)

제작자: SolidLeoz
Inspect and view changes in Mobile Interceptor (PT) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mobile Interceptor (PT)",
  "version": "0.2.1",
  "description": "HTTP request interceptor and repeater for authorized penetration testing on Firefox Android. Inspect, modify, and replay HTTP traffic from explicitly scoped target domains.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "lib/redact.js",
      "lib/utils.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Interceptor Dashboard"
  },
  "options_ui": {
    "page": "ui/dashboard.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mobile-interceptor@solidleoz",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

최고의 Mobile Interceptor (PT) 대안

다음은 Mobile Interceptor (PT)과(와) 유사한 Firefox add-on입니다: