You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Step 1: Find your own IP address
ifconfig
# Step 2: Identify the IP range and perform a ping sweep
nmap <your-ip>/24
# Step 3: Scan the identified range using a TCP SYN scan
nmap -sS <target-ip-range>
Commonly Open Ports Found
Port
Service
Description
Common Vulnerabilities / Risks
135/tcp
msrpc
Microsoft RPC service
Used in DCOM exploits, MS03-026 (Blaster worm), privilege escalation