Therefore, SMB enumeration would likely involve using tools and techniques to gather information about SMB shares and resources on a target system. This information could then be used by an attacker to identify potential vulnerabilities or targets for further exploitation.
nmap --script smb-vuln* -p 139,445 10.1.1.0/24 -Pn
smbclient -L <target-ip>
smbclient \\\\<target-ip>\ADMIN$
No comments:
Post a Comment