For the complete documentation index, see llms.txt. This page is also available as Markdown.

445 - SMB

SMB enumeration

smbmap -H 10.10.10.40 -u 'guest' -p ''
smbclient -L //10.10.10.40/ -U anonymous

Last updated