[Day 4] Scanning

December 4, 2022

Today I focused on port scanning with nmap, nikto, and smb access through a GUI. Once I receive the IP address I do a simple port scan and find the Samba SMB service running. I then connect to the service with a known username and password to retrieve a flag and a username/password file. Be sure to save those for later!

Flags

What is the name of the HTTP server running on the remote host?

apache

What is the name of the service running on port 22 on the QA server?

ssh

What flag can you find after successfully accessing the Samba service?

{THM_SANTA_SMB_SERVER}

What is the password for the username santahr?

santa25

Last updated