Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
pywhatcms — Python 客户端,用于 WhatCMS.org API,通过域名查询检测 467+ 种内容管理系统,返回名称、版本和置信度分数,适用于 OSINT 和安全侦察。 | Kitploit
工具/GitHubGitHub/gonzosint/pywhatcms
OSINT (开源情报)漏洞扫描器信息收集
GitHubgonzosint/pywhatcms

pywhatcms

Python 客户端,用于 WhatCMS.org API,通过域名查询检测 467+ 种内容管理系统,返回名称、版本和置信度分数,适用于 OSINT 和安全侦察。

查看仓库
4075年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

licensepverssizepps

logo

PyWhatCMS

用于 whatcms.com API 的 Python 包

该包提供了一种简单的方式来使用 whatcms.org API,检测 467 种不同的内容管理系统 (CMS)

安装

root@kitploit:~
pip install pywhatcms

使用方法

首先,导入 pywhatcms:

root@kitploit:~
from pywhatcms import whatcms

查询一个域名:

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

获取信息:

root@kitploit:~
whatcms.code
whatcms.msg

whatcms.name
whatcms.version
whatcms.confidence
whatcms.cms_url
whatcms.id
whatcms.request
whatcms.request_web
下载工具