
WhatCMS.org API 用の Python クライアント。ドメインクエリにより 467 以上のコンテンツ管理システムを検出し、名前、バージョン、信頼度スコアを返します。OSINT およびセキュリティ偵察のためのツールです。

whatcms.com APIのためのPythonパッケージ
このパッケージは、whatcms.org APIを使用して467種類のコンテンツ管理システム(CMS)を検出する簡単な方法を提供します。
pip install pywhatcms
まず、pywhatcmsをインポートします:
from pywhatcms import whatcms
ドメインをクエリ:
whatcms('API-KEY', 'blog.underc0de.org')
情報を取得:
whatcms.code
whatcms.msg
whatcms.name
whatcms.version
whatcms.confidence
whatcms.cms_url
whatcms.id
whatcms.request
whatcms.request_web