The Lupaxa Security Toolbox
Part of The Lupaxa Project
lupaxa-cms-detection
Identify which CMS a website is using from public signals — name, evidence, version when it is exposed, and a confidence rating.
Built for authorised security-assessment recon used by The Lupaxa Project.
Features
- Detect a CMS from public signals: generator tags, headers, cookies, and scripts
- Report name, evidence, version when it is exposed, and confidence
- Quiet default: homepage plus confirm files for CMS that already scored
- Optional
--activebroader path probes, including a catalogue confirm sweep when the homepage is quiet (a path is never a hit from HTTP 200 alone) - Library API (
detect/detect_many) and CLI (cms-detection) - Text, JSON, and CSV output
- Fully typed, linted, formatted, and tested
Installation
From PyPI
pip install lupaxa-cms-detection
From source (development mode)
pip install -e ".[dev]"
Requires Python 3.10+. Runtime dependencies: requests, beautifulsoup4.
Library quick start
from lupaxa.cms_detection import detect
result = detect("https://example.com", active=False)
print(result.cms, result.version, result.confidence)
CLI quick start
cms-detection --help
cms-detection https://example.com
cms-detection https://example.com --active
cms-detection urls.txt --format json --output results.json
You can also run the CLI as a module:
python -m lupaxa.cms_detection --help
python -m lupaxa.cms_detection --version
Documentation
Online documentation:
Source repository:
Serve docs locally
From a clone of the repository:
make mkdocs-serve
Then open the local URL printed by MkDocs in your browser.
Development
Clone the repository and install with Make:
make init # first-time makefile-skills checkout
make python-install-dev # editable install with [dev]
make python-check # lint, type-check, and test
Release files for lupaxa-cms-detection 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lupaxa_cms_detection-0.1.1.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lupaxa_cms_detection-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.0 kB
Release files / lupaxa_cms_detection-0.1.1.tar.gz
| Download URL | lupaxa_cms_detection-0.1.1.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
58696f0670d20cad227f389a1c4074a564233283aa32b75f1e5a09547b97d154
|
|
BLAKE2b-256 checksum How to use checksums |
60838e1a45f0074c76386014629ff3edd1564915970c71f77e28b3aa929628d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.
Transparency logRelease files / lupaxa_cms_detection-0.1.1-py3-none-any.whl
| Download URL | lupaxa_cms_detection-0.1.1-py3-none-any.whl |
|---|---|
| Size | 14.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b95753f66c53c705ad65b4e3155d52c99708bd9e0c0f928748d51d9556213143
|
|
BLAKE2b-256 checksum How to use checksums |
4e162fdc14bb8ab3d9f0f3fc059239a82711ed4f9658da0f416e473815c9c982
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.
Transparency log