Post

Practical Ethical Hacking

Enumerations

Nmap scan

1
nmap -Pn -sV --script=vuln -vv -oN nmap_scans dancing.htb

Alt text 3 ports are open here

Checking the SMB (Server Message Block)

port 445 TCP
1
2
# to list smb shares 
smbclient -L dancing.htb

Alt text

after downloading the files from smb shares got a flag and this info message

  • start apache server on the linux machine
  • secure the ftp server
  • setup winrm on dancing
This post is licensed under CC BY 4.0 by the author.