Closed Patrick-DE closed 1 year ago
{ "name": "smbclient", "phases": [ "02. Reconnaissance" ], "category": "", "stealthy": false, "platforms": [ "Linux" ], "source": "https://www.samba.org/samba/docs/current/man-html/smbclient.1.html", "description": "smbclient — ftp-like client to access SMB/CIFS resources on servers", "undetected": [], "detected": [], "content": "\n## [[Guest Access (SMB)]] [[Shares]]\n* 'smbclient -U '%' -L //<dc-ip>'\n* 'smbclient -U 'guest%' -L //<dc-ip>'\n\n", "commands": [ { "id": "5f637b32-3a34-4429-86df-09d45c63d569", "name": "SMB anonymous login", "description": "", "tag": "", "results": [], "cmd": "smbclient -U '%' -L //<ip>", "requirements": { "tag": "SERVICE:SMB" } }, { "id": "9981168c-2f85-4dcd-b14e-20f06ed84414", "name": "SMB guest login", "description": "", "tag": "", "results": [], "cmd": "smbclient -U 'guest%' -L //<ip>", "requirements": { "tag": "SERVICE:SMB" } } ] }