📔
Cheatsheet
  • Git & GitHub
  • Ethical-Hacking
    • MQTT
    • Brute-force
    • Pivoting
    • SMB Shares
    • Wifi-Hacking
Powered by GitBook
On this page
  1. Ethical-Hacking

SMB Shares

SMB Share List

smbclient -L <ip>

SMB Share List with Username

smbclient -U '<username>' -L <ip>

SMB Share List with Specific Location

smbclient -L \\<ip>\Backup\2021

SMB Share with Interactive Shell

smbclient "\\\\<ip>\\Backup" -U '<username>'

PreviousPivotingNextWifi-Hacking

Last updated 1 year ago