enum4linux: add Italian translation (#9182)

pull/1/head
Triad 2022-10-20 08:28:16 -04:00 committed by GitHub
parent 92f174141d
commit 399e27024b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -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}}`