
Python 클라이언트: WhatCMS.org API를 사용하여 도메인 쿼리로 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