Common options:
-U: find configured users.
-S: list file shares.
-G: list groups and members.
-P: list password policies.
-i: list printers.
-a: use all options.
Perform full scan against a target:
enum4linux -a [TARGET_IP]
smbclient -L can be used to list shares on a target. Do this with:
smbclient -L
smbclient -L //[TARGET_IP]/
Connect to share, transfer a file, verify it and exit using:
Last updated 11 months ago
smbclient //[TARGET_IP]/[KNOWN_SHARE] put [LOCAL_FILE_NAME] [REMOTE_FILE_NAME] dir quit