Skip to content

Commit 712785d

Browse files
authored
Create basic-network-scanning.md
1 parent b268cec commit 712785d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Basic Network Scanning Tutorial
2+
3+
## Overview
4+
Learn how to perform a simple network scan using Nmap.
5+
6+
## Steps
7+
1. Open terminal in Kali Linux
8+
2. Identify your network interface: `ifconfig`
9+
3. Scan local network: `nmap -sP 192.168.1.0/24`
10+
4. Identify live hosts and open ports: `nmap -sV 192.168.1.5`
11+
5. Document results for further analysis

0 commit comments

Comments
 (0)