2 matches found
pywhatcms
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...
5.8AI score
SaveExploits0
PyWhatCMS - Unofficial WhatCMS API Package
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 pip install pywhatcms Usage First of all, import pywhatcms: from pywhatcms import whatcms Query a domain: whatcms'API-KEY',...
7.2AI score
SaveExploits0References1
20