OWASP PenTestKit Automation Firefox

Examine source code of OWASP PenTestKit Automation

Inspect and view changes in OWASP PenTestKit Automation 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
{
  "author": "Denis Podgurskii",
  "name": "OWASP Penetration Testing Kit Automation",
  "short_name": "PTK Auto",
  "description": "OWASP Penetration Testing Kit Automation",
  "version": "9.9.8",
  "manifest_version": 2,
  "icons": {
    "128": "ptk/browser/assets/images/ptk_auto_icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "ptk/browser/assets/images/ptk_auto_icon_128.png"
    },
    "default_title": "PTK Auto",
    "default_popup": "ptk/automation/popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; font-src 'self' data:; connect-src 'self' http: https: ws: wss:; worker-src 'self' blob:;",
  "background": {
    "page": "ptk/background_automation.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ptk/packages/browser-polyfill/browser-polyfill.min.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ptk/content_shared.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ptk/content_automation.js"
      ],
      "all_frames": false,
      "run_at": "document_start",
      "match_about_blank": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ptk/content/spa_hash_harness.js"
      ],
      "all_frames": false,
      "run_at": "document_idle",
      "match_about_blank": false
    }
  ],
  "permissions": [
    "<all_urls>",
    "activeTab",
    "alarms",
    "cookies",
    "storage",
    "unlimitedStorage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "scripting"
  ],
  "web_accessible_resources": [
    "ptk/automationBridge.js",
    "ptk/ptkAgentAutomation.js",
    "ptk/automation/control.html",
    "ptk/content/spa_hash_hook.js",
    "ptk/content/dialog_suppressor.js",
    "ptk/content/iast.js",
    "ptk/content/iast_agent_bootstrap.js",
    "ptk/content/iast_comprehensive_bootstrap.js",
    "ptk/content/iast_runtime_plan.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ptk-automation-agent@ptklabs.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent",
          "authenticationInfo"
        ]
      }
    }
  }
}

Best OWASP PenTestKit Automation Alternatives

Here are some Firefox add-ons that are similar to OWASP PenTestKit Automation: