aoc20cmnsmb

SMB - Simple Message Block - "Natively supported by windows and not Linux"
NFS - Network File System - "Natively supported by Linux and not in Windows"
enumerate samba usig enum4linux

enum4linux -S <ip>
- 3 users have shares
- here santa doesnot have a password to login
	smbclient //<ip>/tbfc-santa

''''

# TASK

1. Using enum4linux, how many users are there on the Samba server?

3 enum4linux -U

2. Now how many shares are there on the Samba server?

4

3. Use smbclient to try to login the share on Samba server. What share doesn't require a password?

tbfc-santa

4. Log in to this share, what directory did ElfMcSkidy leave for Santa?

jingle-tunes

=======================================================