What problem does it solve? When incident responders discover an exposed threat actor command-and-control admin panel, they lack a structured playbook for rapidly classifying the panel, extracting its full API surface, mapping the C2 protocol, and preserving evidence before the infrastructure goes offline. ## Core Features & Use Cases - Panel Classification & Source Extraction: Identify panel types (RPX/DNS Manager, NSA-style surveillance suites, credential harvesters) in seconds via HTML titles, auth storage keys, and WebSocket presence, then pull exposed JavaScript source to enumerate every API endpoint. - Protocol & WebSocket Analysis: Map C2 command protocols, test WebSocket auth flows, enumerate agent-to-panel events (keylogging, cookie theft, screenshot capture), and probe for unauthenticated access. - Infrastructure Correlation & OSINT: WHOIS pivots (including .com.br registrant data), Telegram username checks, nameserver correlation, and stolen-identity detection to attribute panels to operators. - Use Case: During an IR engagement you find a suspicious dashboard on port 3000. Use this Skill to fingerprint the panel type, dump its JS source, enumerate authenticated API endpoints, test for auth bypass, and preserve hashed evidence with WHOIS and DNS records. ## Quick Start Analyze the exposed C2 panel at this URL: classify the panel type, enumerate its API endpoints from the JavaScript source, test for unauthenticated access, and preserve all evidence with hashes.