Skip to content

Host and Port Scanning

ℹ️ Informations


Question

Find all TCP ports on your target. Submit the total number of found TCP ports as the answer.

📋 Walkthrough

Let's scan the target

nmap -p- [IP] --min-rate=10000

Answer

*


Question

Enumerate the hostname of your target and submit it as the answer. (case-sensitive)

📋 Walkthrough

Let's scan the target using host discovery

nmap -sC [IP]

Answer

ni**************