一键导入
whatweb
Web scanner that identifies websites, CMS, frameworks, web servers, and embedded devices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Web scanner that identifies websites, CMS, frameworks, web servers, and embedded devices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | whatweb |
| description | Web scanner that identifies websites, CMS, frameworks, web servers, and embedded devices |
Next generation web scanner that identifies websites and detects web technologies, CMS platforms, JavaScript libraries, web servers, and embedded devices.
Homepage: https://morningstarsecurity.com/research/whatweb
Basic scan:
enact run enact/scanner/whatweb:retrieve -a '{"url": "https://github.com"}'
Aggressive scan with verbose output:
enact run enact/scanner/whatweb:scan -a '{"url": "https://example.com", "aggression": 3, "verbose": true}'
Custom plugins and user agent:
enact run enact/scanner/whatweb -a '{"url": "https://example.com", "plugins": "title,md5,wordpress", "user_agent": "Mozilla/5.0"}'
High-performance scan:
enact run enact/scanner/whatweb -a '{"url": "https://example.com", "no_cookies": true, "no_errors": true, "max_threads": 50}'
WhatWeb recognizes hundreds of web technologies including:
json or text{
"target": "https://github.com",
"http_status": 200,
"plugins": {
"HTTPServer": ["GitHub.com"],
"Title": ["GitHub: Let's build from here"],
"HTML5": {},
"Script": ["application/json", "text/javascript"]
}
}
A tool that echoes its input for testing
Generates ASCII art from a given text
Transform data between CSV and JSON formats with filtering and column selection
Roll dice with configurable sides and count - a simple Rust example tool
LLM guide for creating, publishing, and running Enact tools
Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown