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.1.tar.gz (7.6 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.1-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: klyrek_cli-0.1.1.tar.gz
  • Upload date:
  • Size: 7.6 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.1.tar.gz
Algorithm Hash digest
SHA256 4c871c76319cfcfa2a6fe61c1c43623f3205176869856f589da70e1e58c89863
MD5 6499461580192806c33ee99345b94ebd
BLAKE2b-256 cfdd283e8c3ef1481e63908f60f6305d1db3d80d5d8559912bf1b16bb9844c37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: klyrek_cli-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.8 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1fc8b73d6819da9e7c1dc71dcbddd4482261ce18c3198fb2d485193cde4d5e2c
MD5 fa7b92730fc35d0e36c6baba3b268d8b
BLAKE2b-256 9a7f71f11d5d4612cbd3e9649823bb62516ea18f9ca5d23f5857c7dd5604bfb9

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