Install Samba Server and Enable File Sharing in Kali Linux OR between Windows and Linux | Ethica

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • 📌How to Install Samba Server and Enabling File Sharing in Kali Linux | Ethica
    ❊ Lets Connect ❊
    ♥ Twitter : / ethicasec
    ♥ Facebook : www. eth...
    ♥ Instagram : / ethicasec
    ♥ UA-cam: / ethicasecurity
    👉 sudo apt-get install samba -y
    👉 sudo mousepad /etc/samba/smb.conf
    [Public]
    comment = For Public
    browseable = yes
    path = /home/kali/Public
    writable = yes
    read only = no
    force create mode = 0666
    force directory mode = 0777
    👉 sudo systemctl restart smbd
    👉 sudo adduser USERNAME // use only if you want to create new use
    👉 sudo smbpasswd -a USERNAME // add username insta
    👉 sudo smbpasswd -e USERNAME // enable user
    👉 sudo systemctl start smbd // Start samba service
    👉 sudo systemctl restart smbd // Re-Start samba service
    👉 sudo systemctl status smbd // Check Status of samba service
    👉 sudo systemctl stop smbd // Start samba service
    More Videos:
    📌Zip Unzip Encrypt and Password Protecting files and Folder
    👉 • Zip Unzip Encrypt and ...
    ==============
    📌 Kali Linux How to Clean System and Free Disk Space Using Bleachbit
    👉 • Kali Linux How to Clea...
    ==============
    📌 3D Rotating and Wobbly Window Effects in Kali
    👉 • 3D Rotating and Wobbly...
    ==============
    📌 How to Access Apache Server using Kali Linux 2020.4 |
    👉 • How to Access Apache S...
    ==============
    📌 How to Grant Root Permission using SSH Login in Kali Linux 2020.4 |
    👉 • How to Grant Root Perm...
    ==============

КОМЕНТАРІ • 10

  • @Roomgamer_yt
    @Roomgamer_yt Рік тому +1

    thank you bro

  • @Funny1kirill
    @Funny1kirill Рік тому +1

    thx, so helpfull!

  • @youness_anflous
    @youness_anflous Рік тому

    thank you bro for this vidoe

  • @syedsheikmohammed9276
    @syedsheikmohammed9276 Рік тому

    What was virtual machine adapter.... Bridge or nat?

    • @EthicaCyber
      @EthicaCyber  Рік тому

      you can use any either nat or bridge, sharing can be enable over both adapter..
      If u are want to share rather than main host machine on ur local subnet network use bridge
      If u want sharing with ur main machine only u can use any ..
      I checked both type working fine

  • @jonathanreading1051
    @jonathanreading1051 7 місяців тому

    Im stuck at the creds Windows prompts me for. I made smbuser and kept the creds simple, but seems to reject. Is it the config file (i copied exactly what you did)?

    • @jonathanreading1051
      @jonathanreading1051 7 місяців тому

      So I get the windows box to see my share folder, but when I try to open, the pop up creds do not work. So therefore not authenticating prevnting me from copying file.

    • @jonathanreading1051
      @jonathanreading1051 7 місяців тому

      Anyways, any help is appreciated.

  • @sabertoothig4518
    @sabertoothig4518 Рік тому +1

    How did you find that ip?

  • @jialechua1436
    @jialechua1436 Рік тому

    I cant access the SMB server is Windows