Task-9: Port Scanning #218
Labels
good first issue
Good for newcomers
open-for-all
Any one can work on it without getting assigned, every PR can merge
Points: 10
Task: Perform a Basic Port Scan on
127.0.0.1
Using Nmap 📌 Objective:Perform a basic port scan on your localhost (127.0.0.1) using Nmap to identify open ports and the associated services.
💡 Steps to Follow:
Install Nmap:
Download and install Nmap from the official Nmap website.
Run the Nmap Scan:
Analyze the Output:
Starting Nmap 7.80 ( https://nmap.org ) at 2024-12-24 10:00 UTC Nmap scan report for 127.0.0.1 Host is up (0.0000s latency). PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 443/tcp open https
Capture and Submit Your Output:
🎯 Submission Format:
127.0.0.1
. Ensure no sensitive information is visible.🚨 Privacy Note:
Ensure that no personal IP addresses or sensitive information is visible in your screenshot.
✨ Bonus Tip:
Explore other IPs in your network or virtual machines by modifying the IP in the command to discover more open ports!
Happy scanning! 🔍
The text was updated successfully, but these errors were encountered: