mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
enum4linux: add Italian translation (#9182)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# enum4linux
|
||||
|
||||
> Strumento per ottenere informazioni da Windows e Samba da un sistema remoto.
|
||||
> Maggiori informazioni: <https://labs.portcullis.co.uk/tools/enum4linux/>.
|
||||
|
||||
- Ottieni informazioni utilizzando tutti i metodi disponibili:
|
||||
|
||||
`enum4linux -a {{host_remoto}}`
|
||||
|
||||
- Ottieni informazioni utilizzando le credenziali fornite:
|
||||
|
||||
`enum4linux -u {{nome_utente}} -p {{password}} {{host_remoto}}`
|
||||
|
||||
- Ottieni la lista utenti:
|
||||
|
||||
`enum4linux -U {{host_remoto}}`
|
||||
|
||||
- Mostra le risorse condivise:
|
||||
|
||||
`enum4linux -S {{host_remoto}}`
|
||||
|
||||
- Ottieni informazioni riguardo al sistema operativo:
|
||||
|
||||
`enum4linux -o {{host_remoto}}`
|
||||
Reference in New Issue
Block a user