Module: Metasploit::Framework::LoginScanner::SMB::AccessLevels

Defined in:
lib/metasploit/framework/login_scanner/smb.rb

Overview

Constants to be used in Result#access_level

Constant Summary collapse

ADMINISTRATOR =

Administrative access. For SMB, this is defined as being able to successfully Tree Connect to the `ADMIN$` share. This definition is not without its problems, but suffices to conclude that such a user will most likely be able to use psexec.

'Administrator'.freeze
GUEST =

Guest access means our creds were accepted but the logon session is not associated with a real user account.

'Guest'.freeze