원클릭으로
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"]
}
}