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
CMSsc4n — Tool to identify if a domain is a CMS such as Wordpress, Moodle, Joomla, Drupal or Prestashop | Kitploit
Tools/GitHubGitHub/n4xh4ck5/cmssc4n
Vulnerability AnalysisInformation GatheringWeb Security
GitHubn4xh4ck5/cmssc4n

CMSsc4n

Tool to identify if a domain is a CMS such as Wordpress, Moodle, Joomla, Drupal or Prestashop

View Repository
1092267 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

CMSsc4n

Tool to identify if a domain has got a CMS and determine his version.

At the moment, CMS's supported by CMSsc4n are WordPress,Moodle,Joomla,Drupal and Prestashop.

Instalation

You can download the latest version of CMSsc4n by cloning the GitHub repository:

root@kitploit:~
 git clone https://github.com/n4xh4ck5/CMSsc4n.git 

Install the dependencies via pip:

root@kitploit:~
 pip install -r requirements.txt 

Usage

root@kitploit:~
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

Author

Ignacio Brihuega Rodríguez aka n4xh4ck5

Twitter: @n4xh4ck5

Web: fwhibbit.es

Disclamer

The use of this tool is your responsability. I hereby disclaim any responsibility for actions taken with this tool.

Download Tool