check-my-headers Logo

check-my-headers

0
Free
Updated 11 March 2025
Visit Website

Fast and simple way to check any HTTP Headers. Thanks Liran Tal and the amazing Snyk team for your support 😊. Usage: Command line - Using Node.js's npx to run a one-off scan of a website: npx check-my-headers https://example.com. The CLI will gracefully handle cases where the URL to scan is missing or wrong. Module - Using check-my-headers in your project: const checkMyHeaders = require('check-my-headers'); checkMyHeaders('http://example.com').then(({ messages, headers, status }) => { console.log(`Status code: ${status}`); console.log('Messages:'); console.log(messages); console.log('Current headers:'); console.log(headers); }); Output: Status code: 200, Messages: [{ msg: 'Remove field: server', type: 'error' }, { msg: 'Missing field: content-security-policy', type: 'error' }, { msg: 'Missing field: referrer-policy', type: 'error' }, { msg: 'Missing field: strict-transport-security', type: 'error' }, { msg: 'Missing field: x-xss-protection', type: 'error' }]

FEATURES

SIMILAR TOOLS

A library of string validators and sanitizers.

A collection of CTF source files and write-ups that anyone can contribute to

Steampipe is a zero-ETL solution for getting data directly from APIs and services.

A tool for adding new lines to files, skipping duplicates.

Certificate Transparency Monitor that alerts you when an SSL/TLS certificate is issued for your domains.

Fetches known URLs from various sources for a given domain

A tool for SSH server auditing with comprehensive analysis capabilities.

A tool for SSH server & client configuration auditing with comprehensive analysis and policy scans.

Cybersecurity conference with talks on privacy, security monitoring, ransomware, and more.

CyberSecTools logoCyberSecTools

Explore the largest curated directory of cybersecurity tools and resources to enhance your security practices. Find the right solution for your domain.

Operated by:

Mandos Cyber • KVK: 97994448

Netherlands • contact@mandos.io

VAT: NL005301434B12

Copyright © 2025 - All rights reserved