SMB ๐Ÿฟ

  • List SMB shares with smbclient -L IP_HOST

  • Connect to a Disk by using smbclient \\\\IP_HOST\\DISK

    • This will connect you without credentials

  • Once there connect to the target machine using Psexec

impacket-psexec 'bob:!P@$$W0rD!123Bill@10.10.166.94'

Last updated

Was this helpful?