Skip to content

ghazalrana/Nmap-Tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Nmap-Tutorial

Basic Nmap commands

Scan network for connected device(s) with nmap:

#ifconfig

IP= 192.168.100.04

The highlighted IP from the output indicates that our system is using 192.168.100.0 subnet mask and the range is 255. Thus our network IP range is from 192.168.100.0 to 192.168.100.255.

                  $ nmap -sP 192.168.100.0/24

ref:https://vitux.com/find-devices-connected-to-your-network-with-nmap/

About

Basic Nmap commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published