ワンクリックで
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 職業分類に基づく
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
| 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"]
}
}