2 :139 :445 smb

$ smbmap -H 10.10.10.3
[+] IP: 10.10.10.3:445  Name: 10.10.10.3
        Disk                                                    Permissions     Comment
        ----                                                    -----------     -------
        print$                                                  NO ACCESS       Printer Drivers
        tmp                                                     READ, WRITE     oh noes!
        opt                                                     NO ACCESS
        IPC$                                                    NO ACCESS       IPC Service (lame server (Samba 3.0.20-Debian))
        ADMIN$                                                  NO ACCESS       IPC Service (lame server (Samba 3.0.20-Debian))

$ smbclient //10.10.10.3/tmp
Enter WORKGROUP\kashz's password:
Anonymous login successful
Try "help" to get a list of possible commands.
smb: \> dir
  .                                   D        0  Mon Apr 26 14:57:31 2021
  ..                                 DR        0  Fri Oct 30 23:33:58 2020
  .ICE-unix                          DH        0  Mon Apr 26 14:35:48 2021
  vmware-root                        DR        0  Mon Apr 26 14:36:14 2021
  .X11-unix                          DH        0  Mon Apr 26 14:36:16 2021
  .X0-lock                           HR       11  Mon Apr 26 14:36:16 2021
  5563.jsvc_up                        R        0  Mon Apr 26 14:36:53 2021
  vgauthsvclog.txt.0                  R     1600  Mon Apr 26 14:35:46 2021

$ cat vgauthsvclog.txt.0
[Apr 26 17:35:45.791] [ message] [VGAuthService] VGAuthService 'build-4448496' logging at level 'normal'
[Apr 26 17:35:45.791] [ message] [VGAuthService] Pref_LogAllEntries: 1 preference groups in file '/etc/vmware-tools/vgauth.conf'
[Apr 26 17:35:45.791] [ message] [VGAuthService] Group 'service'
[Apr 26 17:35:45.791] [ message] [VGAuthService]         samlSchemaDir=/usr/lib/vmware-vgauth/schemas
[Apr 26 17:35:45.791] [ message] [VGAuthService] Pref_LogAllEntries: End of preferences
[Apr 26 17:35:46.042] [ message] [VGAuthService] VGAuthService 'build-4448496' logging at level 'normal'
[Apr 26 17:35:46.042] [ message] [VGAuthService] Pref_LogAllEntries: 1 preference groups in file '/etc/vmware-tools/vgauth.conf'
[Apr 26 17:35:46.042] [ message] [VGAuthService] Group 'service'
[Apr 26 17:35:46.042] [ message] [VGAuthService]         samlSchemaDir=/usr/lib/vmware-vgauth/schemas
[Apr 26 17:35:46.042] [ message] [VGAuthService] Pref_LogAllEntries: End of preferences
[Apr 26 17:35:46.042] [ message] [VGAuthService] Cannot load message catalog for domain 'VGAuthService', language 'C', catalog dir '.'.
[Apr 26 17:35:46.049] [ message] [VGAuthService] INIT SERVICE
[Apr 26 17:35:46.049] [ message] [VGAuthService] Using '/var/lib/vmware/VGAuth/aliasStore' for alias store root directory
[Apr 26 17:35:46.132] [ message] [VGAuthService] SAMLCreateAndPopulateGrammarPool: Using '/usr/lib/vmware-vgauth/schemas' for SAML schemas
[Apr 26 17:35:46.280] [ message] [VGAuthService] SAML_Init: Allowing 300 of clock skew for SAML date validation
[Apr 26 17:35:46.280] [ message] [VGAuthService] BEGIN SERVICE

Last updated