🎫
Fuse
  • Fuse
    • Summary
  • Enumeration
    • TCP
    • UDP
    • Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
      • Robots
      • WhatWeb
    • Other Services
      • DNS
      • MSRPC
      • Kerberos
      • LDAP
      • SMB
    • Authenticated Enumeration
      • DNS
      • MSRPC
      • Kerberos
      • LDAP
      • SMB
  • Exploitation
  • Priv Escalation
  • Notes
Powered by GitBook
On this page
  1. Enumeration
  2. Authenticated Enumeration

SMB

╰─ smbclient --no-pass -L   //10.10.10.193
Anonymous login successful

	Sharename       Type      Comment
	---------       ----      -------
Reconnecting with SMB1 for workgroup listing.
do_connect: Connection to 10.10.10.193 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Unable to connect with SMB1 -- no workgroup available
PreviousLDAPNextExploitation

Last updated 2 years ago