We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "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" } } ] }
The text was updated successfully, but these errors were encountered:
78ce7aa
Patrick-DE
No branches or pull requests
The text was updated successfully, but these errors were encountered: