Skip to content

Latest commit

 

History

History

cmseek

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

CMSeeK Cheat Sheet

Escanear un sitio web CMS

cmseek -u <URL>

Escanear varios sitios web CMS a través de un archivo (separados por comas)

cmseek -l <FILE-LIST>

Escanear un sitio web CMS y realizar una redirección automática

cmseek -u <URL> --follow-redirect

Escanear un sitio web CMS usando un User-Agent en especifico

cmseek -u <URL> --user-agent Mozilla 5.0

Escanear un sitio web CMS usando un User-Agent random

cmseek -u <URL> --random-agent

Escanear un sitio web CMS y visualizar a detalle el escaneo

cmseek -v -u <URL>

⬅️ Regresar