A sophisticated web application that discovers and visualizes API endpoints through advanced spider crawling, WebAssembly-powered pattern matching, and interactive graph visualization.
- Advanced Spider Crawling: Intelligent website crawling with configurable depth and rate limiting
- WebAssembly Pattern Matching: High-performance endpoint detection using WASM
- Interactive Graph Visualization: Real-time API structure mapping with react-force-graph
- Security Analysis: Automated vulnerability detection and risk assessment
- Export Capabilities: Generate CSV reports and OpenAPI specifications
- Rate-Limited Scanning: Respectful crawling with configurable delays
- JavaScript Engine: Puppeteer-based dynamic content analysis
- Heuristic Detection: Smart pattern recognition for hidden endpoints
- Real-time Updates: Live progress tracking and results streaming
- Responsive Design: Modern UI with Tailwind CSS and smooth animations
- Next.js 14 - React framework with App Router
- TypeScript - Type-safe development
- Tailwind CSS - Utility-first styling
- React Force Graph - Interactive 3D/2D graph visualization
- Framer Motion - Smooth animations
- Zustand - State management
- Lucide React - Beautiful icons
- Next.js API Routes - Server-side endpoints
- Puppeteer - Headless browser automation
- Cheerio - Server-side HTML parsing
- Rate Limiter Flexible - Request rate limiting
- Axios - HTTP client
- WebAssembly - Fast pattern matching (JavaScript fallback)
- Dynamic Imports - Code splitting for better performance
- Streaming - Real-time progress updates
- Node.js 18+
- npm or yarn
- Chrome/Chromium (for Puppeteer)
# Clone the repository
git clone https://github.com/your-username/api-endpoint-mapper.git
cd api-endpoint-mapper
# Install dependencies
npm install
# Run development server
npm run dev
# Open in browser
open http://localhost:3000# Build the application
npm run build
# Start production server
npm start- Enter a domain name (e.g.,
example.com) - Configure scan parameters (optional)
- Click "Scan" to start discovery
- Monitor real-time progress
- Explore results in the interactive graph
- Max Depth: How deep to crawl (1-10 levels)
- Max Pages: Maximum pages to scan (10-1000)
- Crawl Delay: Time between requests (100-10000ms)
- Timeout: Request timeout (5-120 seconds)
- Respect robots.txt: Honor site crawling rules
- Enable JavaScript: Use headless browser for dynamic content
- Include External Links: Follow external domain links
- Interactive Graph: Visualize API structure and relationships
- Endpoint Details: View methods, parameters, and security info
- Filter & Search: Find specific endpoints quickly
- Export Data: Download CSV or OpenAPI specifications
- Input Validation: Sanitize all user inputs
- Rate Limiting: Prevent abuse and respect servers
- robots.txt Compliance: Honor website crawling preferences
- No Data Storage: Results are temporary and session-based
- HTTPS Preferred: Encourage secure connections
This tool is designed for:
- Security research and testing
- API documentation and discovery
- Website architecture analysis
- Educational purposes
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
This project is licensed under the Apache 2.0 License.
- Next.js - The React framework
- Puppeteer - Headless Chrome automation
- React Force Graph - Graph visualization
- Tailwind CSS - Utility-first styling
Disclaimer: This tool is for authorized security research and testing only. Users are responsible for ensuring they have permission to scan target domains.