Skip to main content

Unified command-line interface for the Klyrek ecosystem

Project description

klyrek-cli

The unified entry point: klyrek crawl https://target.com ties every recon package built so far into one command.

klyrek crawl https://target.com \
    --max-pages 100 --max-depth 3 --rate-limit 5 \
    --format all -o ./klyrek_output

What one crawl invocation does:

  1. Declares the target's own host (+ wildcard subdomain) as the only authorized scope, plus any --include-host additions.
  2. klyrek-crawler maps pages, forms, and script references.
  3. Every crawled page is re-fetched once for analysis: klyrek-tech fingerprints it, klyrek-headers checks its security headers, klyrek-auth looks for session mechanisms, and klyrek-assets scans the body for cloud storage bucket references (probing any it finds).
  4. Every discovered script is fetched and run through klyrek-js (endpoints, secrets, source maps).
  5. klyrek-auth classifies discovered forms as login/register/password-reset/logout.
  6. klyrek-api separately probes for an OpenAPI/Swagger spec, common API roots, and GraphQL.
  7. klyrek-assets probes a curated set of commonly-exposed sensitive files.
  8. Everything lands in one ScanResult, rendered via klyrek-report (--format markdown|json|html|all) and written to the output directory.

Any individual step can be disabled: --skip-tech, --skip-headers, --skip-api, --skip-auth, --skip-js, --skip-assets.

klyrek_cli.pipeline.run_scan(url, options) is the same orchestration logic used by the CLI, importable directly for anyone scripting Klyrek rather than invoking the command.

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

klyrek_cli-0.1.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

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

klyrek_cli-0.1.0-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for klyrek_cli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ae0aa751c7bd7729726f509ed2a7fb96a1f1a9ba700cb63440a3666460244675
MD5 b8e5a2100d1cb9f4609b9ada5bf44d70
BLAKE2b-256 8c8fe55eb087fba3497e10064c05cef1dcfc192a9dfe9ce533270de702ab724c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for klyrek_cli-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a6d7433d277d969fc3d580a8fd39ee67e5e0d4b9d33403efa50b9ccd9ff1c008
MD5 5ca232d6cb22516026f3ffdbfb43caa8
BLAKE2b-256 5b9684473536dc7295649e9b9aa87169d614d1c80082b6ce254ea2be67ad3be0

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