check-my-headers Logo

check-my-headers

0
Free
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

ALTERNATIVES

CTFd is a Capture The Flag framework with extensive features for creating and managing CTF competitions.

Package verification tool for npm with various verification and testing capabilities.

A set of instructions for the Dalvik virtual machine to manipulate registers and values in Android applications.

PLC-side fuzzing tool for uncovering vulnerabilities in ICS control applications.

A CTF platform inspired by motherfuckingwebsite.com, emphasizing simplicity and lightweight features.

A security framework for process isolation and sandboxing based on capability-based security principles.

A super-simple, modern framework for organizing and automating cybersecurity tasks.

A lab designed for defenders to quickly build a Windows domain pre-loaded with security tooling and best practices in system logging configurations.