139/445 - SMB

Type of file sharing method, which can be used between windows and Linux.

smbclient -L <IP>
smbclient //<IP>/tmp
smbclient \\\\<IP>\\ipc$ -U user
smbclient //<IP>/IPC$ -U user

Last updated