2 :139 :445 smb

$ smbclient -L //192.168.99.55
Enter WORKGROUP\kashz's password:

        Sharename       Type      Comment
        ---------       ----      -------
        IPC$            IPC       Remote IPC
        Shenzi          Disk

$ smbclient //192.168.99.55/Shenzi
Enter WORKGROUP\kashz's password:
Try "help" to get a list of possible commands.
smb: \> dir
  .                                   D        0  Thu May 28 08:45:09 2020
  ..                                  D        0  Thu May 28 08:45:09 2020
  passwords.txt                       A      894  Thu May 28 08:45:09 2020
  readme_en.txt                       A     7367  Thu May 28 08:45:09 2020
  sess_klk75u2q4rpgfjs3785h6hpipp      A     3879  Thu May 28 08:45:09 2020
  why.tmp                             A      213  Thu May 28 08:45:09 2020
  xampp-control.ini                   A      178  Thu May 28 08:45:09 2020

# cat passwords.txt
### XAMPP Default Passwords ###

1) MySQL (phpMyAdmin):
   User: root
   Password:
   (means no password!)
2) FileZilla FTP:
   [ You have to create a new user on the FileZilla Interface ] 
3) Mercury (not in the USB & lite version): 
   Postmaster: Postmaster (postmaster@localhost)
   Administrator: Admin (admin@localhost)
   User: newuser  
   Password: wampp 
4) WEBDAV: 
   User: xampp-dav-unsecure
   Password: ppmax2011
   Attention: WEBDAV is not active since XAMPP Version 1.7.4.
   For activation please comment out the httpd-dav.conf and
   following modules in the httpd.conf
   
   LoadModule dav_module modules/mod_dav.so
   LoadModule dav_fs_module modules/mod_dav_fs.so  
   
   Please do not forget to refresh the WEBDAV authentification (users and passwords).     

5) WordPress:
   User: admin
   Password: FeltHeadwallWight357

# sess_klk75u2q4rpgfjs3785h6hpipp is token for connection for something
# strings identified from within
user";s:4:"root";s:2:"db";s:10:"phpmyadmin";
mysql_cur_user";s:14:"root@localhost";s:12:"is_grantuser";b:1;s:13:"is_createuser";b:1;s:12:"is_superuser";b:1;

Last updated