How to sniff all hosts/nodes/devices on your LAN network

Опубликовано: 17 Октябрь 2024
на канале: Sachin Tripathi
2,312
32

How to sniff all hosts/nodes/devices on your LAN network
How to sniff all hosts on your LAN network
How to sniff all devices on your LAN network
How to scan all nodes in your local network

Support Channel here :   / sachintripathi  
Instagram :   / smarttechverse  
Facebook :   / smartechverse  
Twitter :   / @sachintripathis  


Scan and find all the hidden and existing host in your LAN network.

Command used : arp

command for sniffing all hosts when you are in wired network:
arp-scan -interface=eth0 --localnet
(when you are connected through wire)

command for sniffing all hosts when you are in wireless network:
arp-scan -interface=wlan0 --localnet
(when you are connected through wifi )