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:
- Declares the target's own host (+ wildcard subdomain) as the only authorized scope, plus any
--include-hostadditions. klyrek-crawlermaps pages, forms, and script references.- Every crawled page is re-fetched once for analysis:
klyrek-techfingerprints it,klyrek-headerschecks its security headers,klyrek-authlooks for session mechanisms, andklyrek-assetsscans the body for cloud storage bucket references (probing any it finds). - Every discovered script is fetched and run through
klyrek-js(endpoints, secrets, source maps). klyrek-authclassifies discovered forms as login/register/password-reset/logout.klyrek-apiseparately probes for an OpenAPI/Swagger spec, common API roots, and GraphQL.klyrek-assetsprobes a curated set of commonly-exposed sensitive files.- Everything lands in one
ScanResult, rendered viaklyrek-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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c871c76319cfcfa2a6fe61c1c43623f3205176869856f589da70e1e58c89863
|
|
| MD5 |
6499461580192806c33ee99345b94ebd
|
|
| BLAKE2b-256 |
cfdd283e8c3ef1481e63908f60f6305d1db3d80d5d8559912bf1b16bb9844c37
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fc8b73d6819da9e7c1dc71dcbddd4482261ce18c3198fb2d485193cde4d5e2c
|
|
| MD5 |
fa7b92730fc35d0e36c6baba3b268d8b
|
|
| BLAKE2b-256 |
9a7f71f11d5d4612cbd3e9649823bb62516ea18f9ca5d23f5857c7dd5604bfb9
|