Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
pywhatcms — Python client for the WhatCMS.org API to detect 467+ Content Management Systems by domain query, returning name, version, and confidence score for OSINT and security reconnaissance. | Kitploit
Tools/GitHubGitHub/gonzosint/pywhatcms
OSINT (Open Source Intelligence)Vulnerability ScannersInformation Gathering
GitHubgonzosint/pywhatcms

pywhatcms

Python client for the WhatCMS.org API to detect 467+ Content Management Systems by domain query, returning name, version, and confidence score for OSINT and security reconnaissance.

View Repository
40775 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

licensepverssizepps

logo

PyWhatCMS

Python package for whatcms.com API

The package provides a simple way to use the whatcms.org API for detecting 467 different Content Management Systems (CMS)

Installation

root@kitploit:~
pip install pywhatcms

Usage

First of all, import pywhatcms:

root@kitploit:~
from pywhatcms import whatcms

Query a domain:

root@kitploit:~
whatcms('API-KEY', 'blog.underc0de.org')

Obtain info:

root@kitploit:~
whatcms.code
whatcms.msg

whatcms.name
whatcms.version
whatcms.confidence
whatcms.cms_url
whatcms.id
whatcms.request
whatcms.request_web
Download Tool