TLDR
Enter a command. For example: fprintd list, diff3, strace, do release upgrade.

enum4linux

 
Tool for enumerating Windows and Samba information from remote systems. It attempts to offer similar functionality to enum.exe formerly available from www.bindview.com. More information: https://labs.portcullis.co.uk/tools/enum4linux/.
 
  • Try to enumerate using all methods:
     
    enum4linux -a {{remote_host}}
     
  • Enumerate using given login credentials:
     
    enum4linux -u {{user_name}} -p {{password}} {{remote_host}}
     
  • List usernames from a given host:
     
    enum4linux -U {{remote_host}}
     
  • List shares:
     
    enum4linux -S {{remote_host}}
     
  • Get OS information:
     
    enum4linux -o {{remote_host}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.