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:
parent
92f174141d
commit
399e27024b
1 changed files with 24 additions and 0 deletions
24
pages.it/linux/enum4linux.md
Normal file
24
pages.it/linux/enum4linux.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue