mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
33 lines
653 B
Markdown
33 lines
653 B
Markdown
![]() |
# whatweb
|
||
|
|
||
|
> Escáner web de nueva generación.
|
||
|
> Más información: <https://morningstarsecurity.com/research/whatweb>.
|
||
|
|
||
|
- Escanea sitios web/objetivos en busca de tecnologías web:
|
||
|
|
||
|
`whatweb {{website1 website2 ...}}`
|
||
|
|
||
|
- Lee objetivos/sitios web desde un archivo:
|
||
|
|
||
|
`whatweb -i {{archivo_objetivos}}`
|
||
|
|
||
|
- Analiza un sitio web/objetivo en modo detallado:
|
||
|
|
||
|
`whatweb -v {{example.com}}`
|
||
|
|
||
|
- Ejecuta un escaneo agresivo en un sitio web:
|
||
|
|
||
|
`whatweb -a 3 {{example.com}}`
|
||
|
|
||
|
- Escanear una red y suprimir errores:
|
||
|
|
||
|
`whatweb --no-errors {{192.168.0.0/24}}`
|
||
|
|
||
|
- Lista de complementos:
|
||
|
|
||
|
`whatweb -l`
|
||
|
|
||
|
- Lista de complementos:
|
||
|
|
||
|
`whatweb -I {{nombre_del_complemento}}`
|