Overview on SMBCLIENT and SMBGET using Python 3

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025
  • Remember to install the module first!
    sudo pip3 install sh
    sudo pip3 install os (If it errors out then you already have it or it's a built in module so no need to worry)
    Python Script
    pastebin.com/R...
    Geany Themes
    github.com/cod...
    Manual Pages
    www.samba.org/...
    www.samba.org/...
    Utilizing Python to execute shell commands. os.system works on other platforms also, you'd need to check you're using commands that would work in windows command prompt and on MacOS terminal.
    I didn't edit this video at all, I took the first shot and uploaded it I'm sorry if my throat sounds a bit dry I'm recovering from a cold.
    Note I said modules at the start, def is used to create your own functions and the modules are what you import at the top of said function. My apologies. Make sure to import modules using pip3 in terminal before you do anything or the terminal will complain when running the python file that the module doesn't exist.

Комментарии •