Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
WebPage Source Recon 預覽

WebPage Source Recon 作者: Libor Benes

Analyze real-time webpage source code directly in Firefox sidebar. • Extract HTML comments, meta tags, inline scripts, and hidden inputs with smart filtering. Identify developer notes, API endpoints, tokens, and debug artifacts. • Export to JSON/TXT.

0(0 筆評分)0(0 筆評分)
下載 Firefox 並安裝擴充套件
下載檔案

擴充套件後設資料

關於此擴充套件
WebPage Source Recon is a privacy-first Firefox sidebar extension that automates extraction and analysis of security-relevant elements from webpage HTML source code.

During security assessments, valuable reconnaissance information often hides in plain sight: developer comments containing TODO items and credentials, meta tags with verification tokens, inline scripts exposing API endpoints, and hidden inputs carrying CSRF tokens or session state. Manual inspection is tedious and error-prone.

WHY RAW SOURCE VS. LIVE DOM:
This extension analyzes the raw HTML source received from the server, not the live DOM. This distinction is critical for reconnaissance: modern JavaScript frameworks (React, Vue, Angular) and client-side applications frequently receive server-rendered HTML containing comments, hidden configuration data, and pre-rendered state that is subsequently mutated, removed, or hidden by JavaScript execution. Security-relevant artifacts such as developer comments, API endpoint definitions, CSRF tokens, and debug parameters often exist exclusively in the server-sent source and are invisible when inspecting the live DOM. WebPage Source Recon captures this pristine server response, revealing what the browser received before client-side frameworks transformed it.

This tool performs structured extraction of four critical data categories:

• HTML COMMENTS: Captures all comment content with character positions. Identifies developer notes, debug flags, pending tasks, and accidentally committed credentials.

• META TAGS: Extracts name/content pairs from all meta elements. Reveals SEO configurations, verification tokens (google-site-verification, p:domain_verify), content security policies, and Open Graph metadata.

• INLINE SCRIPTS: Isolates embedded JavaScript without external sources. Analyzes configuration objects, initialization parameters, hardcoded API keys, and debug endpoints.

• HIDDEN INPUTS: Documents form state including CSRF tokens, session identifiers, redirect URLs, and application-specific parameters.

SMART SEARCH:
Real-time filtering with intuitive syntax. Field-specific search (name:, value:, content:) targets precise data categories. Plain text search scans entire display representation. All matches are visually highlighted for rapid identification.

EXPORT CAPABILITIES:
JSON export preserves complete data structure for programmatic analysis or tool chaining. TXT export generates formatted reports suitable for documentation or evidence preservation.

SECURITY ARCHITECTURE:
• Zero data collection: Explicitly declared in manifest.json.
• No external requests: All processing occurs locally in your browser.
• No persistent storage: Data is cleared on tab switch.
• No third-party dependencies: 100% first-party code.
• No unsafe DOM methods or insecure patterns.
• Input validation and RegEx escaping.

TAB ISOLATION:
Each browser tab maintains independent state. Switching tabs automatically clears previous analysis results, preventing cross-site information leakage.

VERSION 1.0 STATUS:
Core functionality is production-ready and security-validated. All security-critical components are complete and verified.

USE CASES:
• Penetration Testing: Rapidly identify information disclosure vulnerabilities, exposed credentials, and debug endpoints during web application assessments.

• Bug Bounty Hunting: Discover hidden parameters, CSRF tokens, and API endpoints for further testing.

• Application Security Audit: Review first-party and third-party applications for security misconfigurations and sensitive data exposure.

• Development Debugging: Locate your own TODO comments, remove accidentally committed secrets, and audit hidden form fields.

• Compliance Verification: Ensure no sensitive information (PII, credentials, tokens) is exposed in production source code.

TARGET AUDIENCE:
• Security Researchers and Penetration Testers.
• Bug Bounty Hunters.
• Web Application Developers.
• DevOps and Site Reliability Engineers.
• Quality Assurance Engineers.
• Technical Project Managers.

Technical Specifications:
• Compatibility: Firefox 109.0+ (64-bit desktop).
• Size: 67 KB total (minimal memory and storage footprint - data stored only during active analysis).
• Performance: Efficient O(n) filtering algorithms provide instant search response, even on pages with thousands of extracted elements.
• Testing: Verified on Firefox 147.0.3 (February 12, 2026).

WebPage Source Recon embodies the security researcher's methodology: automate the mundane, identify the critical, and secure the vulnerable. All within Firefox's sidebar, with privacy protected.
由 1 位評論者給出 0 分
登入後即可幫此擴充套件評分
目前沒有評分

已儲存星等

5
0
4
0
3
0
2
0
1
0
還沒有評論
權限與資料

必要權限:

  • 存取您所有網站中的資料

收集下列資料:

  • 開發者聲稱此擴充套件不要求收集任何資料。
了解更多
更多資訊
附加元件網址
  • 技術支援網站
  • 技術支援信箱
版本
1.0
大小
23.53 KB
最近更新
5 天前 (2026年2月12日)
相關分類
  • 網頁開發
  • 隱私權與安全性
  • 搜尋工具
授權條款
Mozilla Public License 2.0
版本紀錄
  • 瀏覽所有版本
新增至收藏集
檢舉此附加元件
前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。