Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
CMSsc4n — Outil pour identifier si un domaine est un CMS tel que Wordpress, Moodle, Joomla, Drupal ou Prestashop | Kitploit
Outils/GitHubGitHub/n4xh4ck5/cmssc4n
Analyse des VulnérabilitésCollecte d'InformationsSécurité Web
GitHubn4xh4ck5/cmssc4n

CMSsc4n

Outil pour identifier si un domaine est un CMS tel que Wordpress, Moodle, Joomla, Drupal ou Prestashop

Voir le dépôt
109221il y a 7 ansVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

CMSsc4n

Outil pour identifier si un domaine possède un CMS et déterminer sa version.

Actuellement, les CMS supportés par CMSsc4n sont WordPress, Moodle, Joomla, Drupal et Prestashop.

Installation

Vous pouvez télécharger la dernière version de CMSsc4n en clonant le dépôt GitHub :

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

Installez les dépendances via pip :

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

Utilisation

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

Auteur

Ignacio Brihuega Rodríguez aka n4xh4ck5

Twitter: @n4xh4ck5

Web: fwhibbit.es

Avertissement

L'utilisation de cet outil relève de votre responsabilité. Je décline toute responsabilité pour les actions entreprises avec cet outil.

Télécharger l’outil