PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Access samba share on kali

Go down

Access samba share on kali Empty Access samba share on kali

Post by jamied_uk 17th November 2024, 21:55

Access samba share on kali


Code:
sudo apt install -y gvfs-backends smbclient cifs-utils

now type in a folder window url


Code:
smb://ip-addy


where ip is your desired ip-addy


Optional Steps*

Create a mount point (a directory where the SMB share will be accessible):

Code:
mkdir ~/smb_share


Mount the SMB share to your local directory:

Code:
sudo mount -t cifs //<IP_ADDRESS>/<SHARE_NAME> ~/smb_share -o username=<username>,password=<password>
jamied_uk
jamied_uk
Admin

Posts : 3053
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum