1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

whatweb: add Spanish translation (#15626)

This commit is contained in:
Darío Hereñú 2025-02-07 03:20:30 -03:00 committed by GitHub
parent d8d67f71e5
commit 4f7c596fd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,32 @@
# 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}}`