Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 995 Bytes

File metadata and controls

40 lines (26 loc) · 995 Bytes

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