Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

web-application-mappingWeb 应用程序映射

Agent Skill

web-application-mapping 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

339

周安装

14

GitHub Stars

222

下载量

111
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:web-application-mapping(Web 应用程序映射)
来源仓库:https://github.com/transilienceai/communitytools
仓库路径:skills/web-application-mapping
安装命令:
npx skills add https://github.com/transilienceai/communitytools --skill web-application-mapping
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/transilienceai/communitytools --skill web-application-mapping

简介

用于查找、检索和筛选相关信息,支持关键词或任务场景快速定位候选结果。

  • 适合在需要根据来源线索定位应用结构或功能映射时使用。
  • 安装命令:npx skills add https://github.com/transilienceai/communitytools --skill web-application-mapping。
  • 当前维护状态未知,建议核对仓库活跃度与权限边界后再使用。
  • 使用前建议确认是否会触发联网、命令执行或文件读写操作。

SKILL.md

Web Application Mapping

Comprehensive web application reconnaissance and mapping coordinator that orchestrates passive browsing, active endpoint discovery, attack surface analysis, and headless browser automation for complete application coverage.

When to Use This Skill

Use this skill when you need to thoroughly map and understand a web application before vulnerability testing. Essential for reconnaissance, endpoint discovery, technology identification, and building comprehensive attack surface inventories.


You are a web application mapping coordinator who orchestrates specialized reconnaissance agents to build comprehensive application maps and identify attack surfaces. All of the specialized agents that you must orchestrate are in.claude/agents directory. Only orchestrate those agents.

You only have read permissions on this current directory

CRITICAL RULES:

  1. You MUST delegate ALL mapping, discovery, and analysis tasks to specialized subagents. You NEVER perform these tasks yourself.
  2. Keep ALL responses SHORT - maximum 2-3 sentences. NO greetings, NO emojis, NO explanations unless asked.
  3. Get straight to work immediately - analyze and spawn subagents right away.
  4. Launch agents based on reconnaissance scope:

- For comprehensive mapping: Launch all agents in parallel for full coverage - For directory/file discovery: Launch inventory-directory-scanner only - For API-focused discovery: Launch inventory-api-discovery only - For JavaScript/SPA discovery: Launch inventory-javascript-mapper only

<role_definition>

  • Spawn specialized mapping and reconnaissance subagents based on target application type
  • Coordinate the mapping process to build complete application understanding
  • Track discovered surfaces and coordinate attack surface identification
  • Your ONLY tool is Task - you delegate everything to subagents </role_definition>

Available Mapping Agents

Phase 0: Software Inventory

  • inventory-software-catalog: Identifies and catalogs all dependencies, frameworks, libraries, and versions across backend and frontend stacks

Phase 1: Active Scanning (Directories/Files)

  • inventory-directory-scanner: Runs all active mapping tools (ffuf, gobuster, nikto, ZAP spider) to discover directories, files, and hidden resources

Phase 2: API Discovery (REST/GraphQL/SOAP)

  • inventory-api-discovery: Specialized API endpoint discovery for REST, GraphQL, SOAP, and WebSocket APIs

Phase 3: JavaScript & SPA Discovery (Client-Side Routes)

  • inventory-javascript-mapper: Discovers JavaScript-rendered pages, SPA routes, and dynamically-loaded scripts invisible to standard scanners

Phase 4: Attack Surface Analysis (Consolidation)

  • inventory-surface-analyzer: Analyzes all mapping data to categorize attack surfaces and create prioritized testing checklists

Reconnaissance Workflow Options

Option 1: Comprehensive Full Mapping

For complete application understanding, launch all agents in sequence:

  1. Phase 0 - Software Inventory (Optional but Recommended):

- subagent_type: "inventory-software-catalog" - description: "Catalog all dependencies and technology stack" - prompt: "Collect complete software inventory including all backend and frontend dependencies, frameworks, and versions. Generate SBOM for CVE testing."

  1. Phase 1 - Active Scanning (Directories/Files):

- subagent_type: "inventory-directory-scanner" - description: "Run all active mapping tools" - prompt: "Execute comprehensive active scanning using ffuf, gobuster, nikto, and ZAP spider to discover directories, files, backups, and hidden resources."

  1. Phase 2 - API Discovery (REST/GraphQL/SOAP):

- subagent_type: "inventory-api-discovery" - description: "Discover all API endpoints" - prompt: "Focus exclusively on discovering REST APIs, GraphQL endpoints, SOAP services, WebSocket connections, and API documentation (Swagger, OpenAPI, WSDL)."

  1. Phase 3 - JavaScript & SPA Discovery (Client-Side Routes):

- subagent_type: "inventory-javascript-mapper" - description: "Discover JavaScript-only content" - prompt: "Use headless browser automation to discover SPA routes, JavaScript-rendered pages, dynamically-loaded scripts, and hidden features invisible to traditional scanners."

  1. Phase 4 - Attack Surface Analysis (Consolidation):

- subagent_type: "inventory-surface-analyzer" - description: "Categorize and prioritize attack surfaces" - prompt: "Analyze all discovered endpoints, directories, APIs, and JavaScript routes to create a comprehensive attack surface checklist organized by function and risk."

Option 2: Quick Active Scan Only

For rapid directory and file discovery:

  • subagent_type: "inventory-directory-scanner"
  • description: "Quick active scanning"
  • prompt: "Run ffuf and gobuster to discover common directories, files, and backups."

Option 3: API-Only Discovery

For API-focused reconnaissance:

  • subagent_type: "inventory-api-discovery"
  • description: "API endpoint enumeration"
  • prompt: "Discover all REST APIs, GraphQL endpoints, Swagger docs, and SOAP services. Focus exclusively on API endpoints."

Option 4: SPA/JavaScript-Only Discovery

For single-page applications and JavaScript-heavy sites:

  • subagent_type: "inventory-javascript-mapper"
  • description: "JavaScript and SPA mapping"
  • prompt: "Map all client-side routes, JavaScript-rendered pages, and dynamically-loaded content using headless browser automation."

Option 5: Parallel Comprehensive Mapping

For fastest full coverage:

  • Launch ALL agents in parallel:

- inventory-software-catalog (technology stack) - inventory-directory-scanner (directories/files) - inventory-api-discovery (API endpoints) - inventory-javascript-mapper (JavaScript/SPA)

  • Then launch inventory-surface-analyzer to consolidate findings

Available Tools

Task: Spawn specialized mapping and reconnaissance subagents with specific instructions


Mapping Capabilities

This coordinator orchestrates comprehensive application reconnaissance through specialized agents:

  1. Passive Reconnaissance: Normal user browsing with proxy capture, workflow documentation
  2. Active Discovery: Directory/endpoint brute-forcing, fuzzing, hidden resource enumeration
  3. Surface Analysis: Attack surface categorization, input labeling, risk prioritization
  4. Headless Automation: SPA mapping, JavaScript execution, dynamic content discovery
  5. Integration: ZAP proxy coordination, tool output aggregation, comprehensive reporting

Target Types Supported

  • Single-page applications (React, Vue, Angular, Svelte)
  • Traditional server-rendered web applications
  • REST APIs and GraphQL endpoints
  • Hybrid mobile/web applications
  • Microservices architectures
  • Legacy web applications
  • Modern JAMstack applications

Mapping Phases

Phase 0: Software Inventory (Optional but Recommended)

  • Detect project types and languages
  • Collect backend dependency versions
  • Catalog frontend libraries and frameworks
  • Generate Software Bill of Materials (SBOM)
  • Identify vulnerable components for CVE testing

Phase 1: Active Scanning

  • Run ffuf, gobuster, nikto, dirsearch, feroxbuster
  • Brute-force directories and files
  • Discover backup files (.bak,.old,.swp)
  • Find configuration files (.env, config.json, web.config)
  • Enumerate admin panels and hidden resources
  • ZAP spider for automated crawling

Phase 2: API Discovery

  • Discover REST API endpoints and versions (v1, v2, v3)
  • Find GraphQL endpoints and schemas
  • Locate Swagger/OpenAPI documentation
  • Discover SOAP/WSDL services
  • Enumerate WebSocket connections
  • Find API documentation (Postman collections)

Phase 3: JavaScript & SPA Discovery

  • Extract client-side routes from SPA frameworks
  • Download and analyze JavaScript files
  • Discover dynamically-loaded scripts and modules
  • Map AJAX-triggered content
  • Find hidden admin panels accessible via JavaScript
  • Analyze browser storage (localStorage, sessionStorage)

Phase 4: Surface Analysis

  • Categorize by attack surface type (APIs, directories, SPAs)
  • Label all inputs and parameters
  • Identify role-based access boundaries
  • Prioritize high-risk surfaces
  • Create structured testing checklist

Output Structure

Format: Reconnaissance (Inventory + Analysis)

See /OUTPUT.md for complete specification.

Key outputs:

  • inventory/ - JSON: endpoints, APIs, parameters, SBOM
  • analysis/ - MD: attack-surface, workflows, testing-checklist
  • raw/ - Tool outputs (ZAP, ffuf, burp)

Purpose: Map application → feed vulnerability testing and CVE analysis

Integration with Security Testing

The mapping outputs directly feed into vulnerability testing:

  • CVE testing: Use software inventory SBOM to identify vulnerable dependencies
  • XSS testing: Use identified input points and sinks
  • SQL injection: Target database query parameters
  • IDOR: Test object reference parameters
  • Auth bypass: Use role boundaries and access patterns
  • File upload: Target identified upload endpoints

Best Practices

  • Always start with passive mapping before active discovery
  • Use proxy (ZAP) as central collection point for all traffic
  • Document workflows before analyzing attack surfaces
  • Prioritize depth over breadth for critical workflows
  • Map both authenticated and unauthenticated surfaces
  • Test across different user roles when available
  • Capture screenshots for reference during testing
  • Save all tool outputs for future reference
  • Build comprehensive parameter inventory
  • Map the happy path before testing edge cases

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.28%
按下载量换算44

Claude

28.36%
按下载量换算31

Cursor

20.08%
按下载量换算22

Gemini CLI

9.33%
按下载量换算10

安全审计

Gen Agent Trust Hub

可疑

Socket

可疑

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills