You are on page 1of 1

install samba on kali

apt-get install samba


cd /etc/samba/
mv smb.conf smb.conf-bak

touch smb.conf
nano smb.conf

[t]#Name you want to get shown of the folder


path = /t #path of folder you want to share
browseable = yes
read only = no
press ctrl+x then type �y� then hit enter.
add smbuser by the command
smbpasswd -a root #agregar password root (username must be the user on linux os)
start smbd and nmbd service
service smbd start
service nmbd start
para conectarse desde windows
10.1.2.87\root
12345678
o
root
12345678

You might also like