🐧
Hunit
  • Hunit
    • Summary
  • Enumeration
    • TCP
    • UDP
    • 18030 - Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
    • 8080 - Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
    • Other Services
      • SMB
      • SSH
  • Exploitation
  • Priv Escalation
Powered by GitBook
On this page
  1. Enumeration
  2. Other Services

SMB

PreviousOther ServicesNextSSH

Last updated 2 years ago

No Null shares.

 smbclient --no-pass -L  //192.168.143.125                                                                
do_connect: Connection to 192.168.143.125 failed (Error NT_STATUS_IO_TIMEOUT)
╭─      /home/kali ▓▒░─────────────────────────────────────────────────────────────░▒▓ 1 ✘  5s    root@kali 
╰─ smbmap -H 192.168.143.125                 
[!] 445 not open on 192.168.143.125....
╭─      /home/kali ▓▒░───────────────────────────────────────────────────────────────────────░▒▓ ✔  root@kali 
╰─ smbmap -H 192.168.143.125 -p12445
[!] 445 not open on 192.168.143.125....
╭─      /home/kali ▓▒░───────────────────────────────────────────────────────────────────────░▒▓ ✔  root@kali 
╰─ smbmap -H 192.168.143.125 -P 12445
[!] RPC Authentication error occurred
[!] Authentication error on 192.168.143.125
╭─      /home/kali ▓▒░──────────────────────────────────────────────────────────────░▒▓ ✔  13s    root@kali 
╰─ 

However,

Samba smbd 4.6.2
Samba 3.5.0 < 4.4.14/4.5.10/4.6.4 - 'is_known_pipename()' Arbitrary Module Load (M | linux/remote/42084.rb

The exploit did not work for the time being.

LogoGitHub - opsxcq/exploit-CVE-2017-7494: SambaCry exploit and vulnerable container (CVE-2017-7494)GitHub