Skip to content

offseckit/headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

>_ osk headers

Analyze HTTP response headers for security misconfigurations with remediation guidance.

Part of OffSecKit | Browser version | Unified CLI

Install

pip install offseckit

Usage

# Pipe headers from curl
curl -sI https://example.com | osk headers analyze

# Read from a file
osk headers analyze -f response-headers.txt

# Output as JSON for CI/CD pipelines
curl -sI https://example.com | osk headers analyze --json

# Redirect from stdin
osk headers analyze < headers.txt

# List all security headers checked
osk headers list

Related

License

MIT

About

Analyze HTTP response headers for security misconfigurations — part of OffSecKit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors