用于识别域名是否包含CMS并确定其版本的工具。
目前,CMSsc4n 支持的CMS包括 WordPress、Moodle、Joomla、Drupal 和 Prestashop。
您可以通过克隆 GitHub 仓库来下载最新版本的 CMSsc4n:
git clone https://github.com/n4xh4ck5/CMSsc4n.git
通过 pip 安装依赖:
pip install -r requirements.txt
python cmssc4n.py -h
usage: cmssc4n.py [-h] [-e EXPORT] [-c CMS] -i INPUT
This tool verifies if the domain is a CMS (Wordpress , Drupal, Joomla, Prestashop or Moodle) and returns the version
optional arguments:
-h, --help show this help message and exit
-e EXPORT, --export EXPORT
File in xlsx format which contains the domains want to know if they are a CMS (y/n)
-c CMS, --cms CMS Identify a CMS: W-Wordpress, J-Joomla, D-Drupal, M-Moodle or P-PrestaShop.Default:All
-i INPUT, --input INPUT
Input in txt o json with the domains which it wants to analyze
Ignacio Brihuega Rodríguez 又名 n4xh4ck5
Twitter: @n4xh4ck5
网站: fwhibbit.es
使用此工具的责任由您承担。本人特此声明,对使用本工具所采取的任何行动概不负责。