Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 272 Bytes

Smb.md

File metadata and controls

24 lines (15 loc) · 272 Bytes

SMB

  • nbtscan
nbtscan -r 192.168.0.1/24
  • smbclient
smbclient -L <target IP>
smbclient \\\\<target IP>\\$share
  • enum4linux
enum4linux -a <target IP>