139 - SMB
Summary
A brief description of this note.
To connect to an SMB Server we can use:
smbclient -N -L \\ip.ip.ip.ip\
-N flag is for No password
-L flag is for listing
Once you see the SMB services (your targets), you can connect to it removing the -L flag and inserting the dir.
smbclient -N \\ip.ip.ip.ip\target
SMB Allows you to use commands like put, get, dir.