Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 680 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 680 Bytes

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