返回顶部
h

http-header-analyzer

Analyze HTTP security headers and TLS configuration. Find missing headers, weak ciphers, and misconfigurations in web applications.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
63
下载量
0
收藏
概述
安装方式
版本历史

http-header-analyzer

# HTTP Header Analyzer Check HTTP security headers and TLS configuration. Find missing protections and misconfigurations. ## Quick Start ```bash # Analyze a single URL python3 {baseDir}/scripts/analyze-headers.py https://example.com # Check multiple targets python3 {baseDir}/scripts/analyze-headers.py -f urls.txt # JSON output python3 {baseDir}/scripts/analyze-headers.py https://example.com --json ``` ## Headers Checked | Header | Purpose | Risk if Missing | |--------|---------|-----------------| | `Strict-Transport-Security` | Forces HTTPS | Medium | | `Content-Security-Policy` | XSS protection | Medium-High | | `X-Frame-Options` | Clickjacking protection | Medium | | `X-Content-Type-Options` | MIME sniffing protection | Low | | `X-XSS-Protection` | XSS filter (legacy) | Low | | `Referrer-Policy` | Controls referrer leakage | Low | | `Permissions-Policy` | Feature restrictions | Low | | `Cross-Origin-Opener-Policy` | Cross-origin isolation | Low | | `Cross-Origin-Embedder-Policy` | Cross-origin isolation | Low | | `Cross-Origin-Resource-Policy` | Cross-origin protection | Low | ## Options - `URL` — Target URL(s) to analyze - `-f FILE` — File with URLs (one per line) - `--json` — JSON output - `--follow` — Follow redirects (default: yes) - `--timeout SECS` — Request timeout (default: 10) - `--user-agent UA` — Custom User-Agent - `--check-tls` — Also check TLS certificate info - `--severity LEVEL` — Minimum severity to report: `low`, `medium`, `high` ## Output ``` === https://example.com === ✅ Strict-Transport-Security: max-age=31536000; includeSubDomains ✅ Content-Security-Policy: default-src 'self' ❌ X-Frame-Options: MISSING (clickjacking risk) ✅ X-Content-Type-Options: nosniff ❌ Referrer-Policy: MISSING ⚠️ Server: nginx/1.18.0 (version exposed) Score: 3/6 security headers present Risk: MEDIUM ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 http-header-analyzer-1775939281 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 http-header-analyzer-1775939281 技能

通过命令行安装

skillhub install http-header-analyzer-1775939281

下载 Zip 包

⬇ 下载 http-header-analyzer v1.0.0

文件大小: 4.46 KB | 发布时间: 2026-4-12 10:13

v1.0.0 最新 2026-4-12 10:13
Initial release — Check security headers and TLS config

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部