An open API service indexing awesome lists of open source software.

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

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
```