EndPointHunterV2 Firefox

Examine source code of EndPointHunterV2

By: Mickhat
Inspect and view changes in EndPointHunterV2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "EndPointHunter",
  "version": "2.0",
  "description": "Advanced endpoint discovery tool for security researchers and bug bounty hunters. Scans JavaScript files, HTML content, and external scripts for hidden API endpoints, paths, and parameters.",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "EndPointHunter - Discover Hidden Endpoints",
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "endpointhunter@mickhat.xyz",
      "strict_min_version": "109.0"
    }
  },
  "author": "Mickhat",
  "homepage_url": "https://mickhat.xyz"
}

Best EndPointHunterV2 Alternatives

Here are some Firefox add-ons that are similar to EndPointHunterV2: