Skip to main content

HTTP header analyzer

Reason this release was yanked:

Unusable release.

Project description

AkII

A fast and lightweight HTTP security header analyzer.

AkII is an open-source security tool for analyzing HTTP response headers and identifying common security misconfigurations, such as weak or missing security headers.

⚠️ Early Development

AkII is in an early stage of development. Some features are still incomplete, and bugs are expected. The project is under active development, and new functionality will be added in future releases.

Features

  • Analyze HTTP security headers
  • Detect common CORS misconfigurations
  • Detect missing or insecure Content Security Policy (CSP)
  • Human-readable terminal output
  • JSON output for automation
  • Lightweight and extensible YAML-based rule engine

Why AkII?

AkII is designed for speed, automation, and extensibility.

AkII focuses on one task: analyzing HTTP security headers quickly and consistently.

It is suitable for:

  • CI/CD pipelines
  • Security automation
  • Bug bounty workflows
  • Batch scanning with wordlists
  • Integration into custom tools

Installation

From PyPI (Recommended)

pipx install akii

or

pip install akii

From Source

git clone https://github.com/MintTester-IO/AkII.git
cd akii
pip install -e .

Uninstallation

If you installed AkII with pipx:

pipx uninstall akii

If you installed AkII with pip:

pip uninstall akii

If you installed AkII from source using pip install -e .:

pip uninstall akii
cd ..
rm -rf akii

Usage

Scan a single target:

akii -T https://example.com

Scan multiple targets:

akii -w targets.txt

Show request headers:

akii -T https://example.com --request

Show response headers:

akii -T https://example.com --response

Verbose mode:

akii -T https://example.com --verbose

Save the report:

akii -T https://example.com -o report.txt

Export JSON:

akii -T https://example.com -jo report.txt

Current Checks

  • Cross-Origin Resource Sharing (CORS)
  • Content Security Policy (CSP)

More security header checks will be added in future releases.

Project Structure

src/akii/
├── checks/      # Detection and analysis modules
├── core/        # Controller, CLI, reporting
├── http/        # HTTP client
├── templates/   # YAML rule definitions
└── ui/          # Terminal output

Roadmap

  • HSTS analysis
  • Cookie analysis
  • Cache-Control analysis
  • Permissions-Policy analysis
  • Referrer-Policy analysis
  • HTML reports
  • Improved JSON reporting
  • Plugin system

Contributing

Contributions are welcome.

If you find a bug, have a feature request, or would like to improve AkII, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

akii-0.1.0.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

akii-0.1.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file akii-0.1.0.tar.gz.

File metadata

  • Download URL: akii-0.1.0.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for akii-0.1.0.tar.gz
Algorithm Hash digest
SHA256 24c537b021724ff64ae8fae8baba240b601065dad542a9d742f0c273c3dc6bf4
MD5 e5359a69328fdb3e6ba162e7df8e6e8b
BLAKE2b-256 e549a22654476ab5054a980a5d7c3f26b4cb6a9d299e91020c68bb7d4d8b9288

See more details on using hashes here.

File details

Details for the file akii-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: akii-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for akii-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 06930e5bf02181c47f653b98717f6f8080bf5a2edb68e5009b185013b82c80f1
MD5 1d36838952746a0382d518952b3bfbe1
BLAKE2b-256 a7910b74c33d7d4e7c8980a8dcedc1bf56f1349dc428518e275d602a2ceb3f39

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page