Skip to content

Saving the Results

ℹ️ Informations

  • 🌐 Website: HackTheBox
  • 📚 Module: Network Enumeration With Nmap
  • 🔗 Link: Saving the Results

Question

Perform a full TCP port scan on your target and create an HTML report. Submit the number of the highest port as the answer.

📋 Walkthrough

Let's scan using fast port scan

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

Answer

3****