https://github.com/ahmadhabibi14/sechd
A simple and fast CLI tool for checking HTTP security headers on websites
https://github.com/ahmadhabibi14/sechd
cobra-cli go golang owasp-top-10 security-tools
Last synced: 3 months ago
JSON representation
A simple and fast CLI tool for checking HTTP security headers on websites
- Host: GitHub
- URL: https://github.com/ahmadhabibi14/sechd
- Owner: ahmadhabibi14
- Created: 2025-07-10T15:04:43.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-07-11T15:00:52.000Z (3 months ago)
- Last Synced: 2025-07-12T10:51:29.083Z (3 months ago)
- Topics: cobra-cli, go, golang, owasp-top-10, security-tools
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔐 SecHD - Security Header Checker CLI
SecHD (short for Security Header) is a simple and fast CLI tool built with Go and Cobra for checking HTTP security headers on websites.
It helps developers, sysadmins, and security engineers quickly inspect whether a website is using essential HTTP security headers such as Content-Security-Policy, Strict-Transport-Security, X-Frame-Options, and others — all from the terminal.Use SecHD to:
- Audit your own websites for missing security headers.
- Integrate security checks into CI/CD pipelines.
- Learn about real-world HTTP security best practices.This tool is based on the official OWASP guidance:
👉 [OWASP HTTP Headers Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html)## 📦 Installation
```bash
go install github.com/ahmadhabibi14/sechd@latest
```## 🚀 Example Usage
```bash
sechd --url=https://example.com
```