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:
parent
d8d67f71e5
commit
4f7c596fd6
1 changed files with 32 additions and 0 deletions
32
pages.es/common/whatweb.md
Normal file
32
pages.es/common/whatweb.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue