← Back to search

SMB Enumeration

enumerationlinuxchecklist

Summary

List shares with null/guest sessions before trying recovered credentials.

Walkthrough

Enumerate SMB shares and access using anonymous and known credentials.

Commands

bash

smbclient -L //<IP> -N

bash

netexec smb <IP> -u any -p '' --shares