Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CMSsc4n — Herramienta para identificar si un dominio es un CMS como Wordpress, Moodle, Joomla, Drupal o Prestashop | Kitploit
Herramientas/GitHubGitHub/n4xh4ck5/cmssc4n
Análisis de VulnerabilidadesRecopilación de InformaciónSeguridad Web
GitHubn4xh4ck5/cmssc4n

CMSsc4n

Herramienta para identificar si un dominio es un CMS como Wordpress, Moodle, Joomla, Drupal o Prestashop

Ver Repositorio
109221hace 7 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

CMSsc4n

Herramienta para identificar si un dominio tiene un CMS y determinar su versión.

Por el momento, los CMS compatibles con CMSsc4n son WordPress, Moodle, Joomla, Drupal y Prestashop.

Instalación

Puedes descargar la última versión de CMSsc4n clonando el repositorio de GitHub:

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

Instala las dependencias mediante pip:

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

Uso

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

Autor

Ignacio Brihuega Rodríguez aka n4xh4ck5

Twitter: @n4xh4ck5

Web: fwhibbit.es

Descargo de responsabilidad

El uso de esta herramienta es bajo tu propia responsabilidad. Por la presente, renuncio a cualquier responsabilidad por acciones realizadas con esta herramienta.

Descargar herramienta