SMB (139-445)
Server Message Block.
Port
445 TCP
Newer versions of SMB (after Windows 2000)
139 TCP
NBSession
Config File
/etc/samba/smb.conf
Interact
If anonymous access is enabled, it's possible log in with username “”
and password “”
.
Or try with guest
and ""
.
net use n: \\<IP>\<SHARE>
net use n: \\<IP>\<SHARE> /user:<USER> <PASSWORD>
Attacks
CVE-2017-0144
EternalBlue exploits a flaw in the SMBv1 protocol. By exploiting this flaw, an attacker can send malicious data to the victim system via an SMBv1 connection, causing a condition that allows them to take control of the target system, executing malicious code without any need for authentication and with system privileges.
Last updated
Was this helpful?