Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Task 1 β€” Reconnaissance & Network Scanning

This task focused on gathering information about a target network using basic reconnaissance tools in Kali Linux.

πŸ”§ Tools Used

  • Nmap – For port scanning, service detection, OS fingerprinting
  • Netdiscover – For discovering live hosts in the local network

πŸ“Œ Steps Performed

  1. Started Kali Linux and opened the Terminal.
  2. Used Netdiscover to find active devices on the local network.
  3. Identified IP addresses, MAC addresses, and vendors.
  4. Selected a target machine IP from the Netdiscover output.
  5. Performed an Nmap scan:
    • Basic scan (nmap <IP>)
    • Service/version detection (nmap -sV <IP>)
    • OS detection (nmap -O <IP>)
    • Full port scan (nmap -p- <IP>)
  6. Saved the results and prepared screenshots for documentation.

πŸ“ Files Included

  • Screenshots of Netdiscover output
  • Screenshots of Nmap scan
  • Summary text file of findings

πŸ“ Summary

This task helped me understand how reconnaissance works in cybersecurity.
I successfully identified:

  • Active hosts in the network
  • Open ports
  • Services running on the target machine
  • Possible OS information

This forms the foundation for penetration testing and further vulnerability scanning.

About

Use tools like Nmap and Netdiscover to gather information about a target network.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors