1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 09:45:59 +02:00

enum4linux: add Italian translation (#9182)

This commit is contained in:
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

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