Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

project---4

Scanning Networks Project

This is a hands-on project about scanning networks. It is based on CEH v13 – Module 03. The project is about finding hosts, open ports, services, operating systems and understanding firewalls using Nmap.

The project shows methods used during security checks. It also talks about authorized scanning.


Project Objectives

  • Learn about the network scanning phase in hacking.

  • Find out how to discover hosts.

  • Learn to scan TCP and UDP ports.

  • Identify services and software versions.

  • Detect operating systems.

  • Understand how scans work with firewalls.

  • Build skills in network scanning with Nmap.


Environment

  • Operating System: Kali Linux

  • Shell: Bash

  • Virtualization: VirtualBox

  • Primary Tool: Nmap

  • Version Control: Git & GitHub


Repository Structure


network-scanning-project/

│── README.md

│── notes.md

── screenshots/

└── LICENSE


Project Modules

Part 1 – Host Discovery

  • Use ARP to find hosts.

  • Use ICMP to find hosts.

  • Identify live hosts.


Part 2 – Port Scanning

  • SYN Scan

  • TCP Connect Scan

  • UDP Scan

  • Scan specific ports.

  • Full Port Scan


Part 3 – Service & Version Detection

  • Detect services.

  • Detect versions.

  • Identify software.


Part 4 – Operating System Detection

  • Fingerprint OS.

  • Analyze network paths.

  • Use Traceroute.


Part 5 – Firewall Detection & Advanced Scan Techniques

  • ACK Scan

  • FIN Scan

  • NULL Scan

  • Xmas Scan

  • Analyze firewall behavior.


Tools Used

  • Nmap

  • arp-scan


Skills Demonstrated

  • Discover hosts.

  • Scan networks.

  • Scan TCP & UDP.

  • List services.

  • Detect versions.

  • Detect operating systems.

  • Analyze firewalls.

  • scan results.


Learning Outcomes

After this project I can:

  • Find active hosts.

  • Identify open ports.

  • Detect services and versions.

  • Fingerprint operating systems.

  • Understand Nmap scans.

  • scan results.


Career Relevance

These skills help in:

  • SOC Analyst (L1)

  • Cybersecurity Analyst

  • Penetration Tester (Junior)

  • Vulnerability Assessment

  • Network Security


Ethical Notice

All scans were done in labs, for education and defensive security.


Future Learning

The next project is CEH v13 – Module 04: Enumeration. It uses scanning info to list services and get details from targets.


Author

Kranthi Kumar

Aspiring SOC Analyst | CEH Student | Cybersecurity Enthusiast

GitHub: https://github.com/kranthi778


About

Hands-on Network Scanning project using Kali Linux covering host discovery, port scanning, service detection, operating system detection, and firewall analysis with Nmap.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors