Skip to content

Python'un scapy modülü kullanılarak aynı ağda bulunan cihazların ip ve mac adreslerini listeyen script.

License

Notifications You must be signed in to change notification settings

mustafadalga/network-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  _   _      _                      _          _____                                 
 | \ | |    | |                    | |        / ____|                                
 |  \| | ___| |___      _____  _ __| | __    | (___   ___ __ _ _ __  _ __   ___ _ __ 
 | . ` |/ _ \ __\ \ /\ / / _ \| '__| |/ /     \___ \ / __/ _` | '_ \| '_ \ / _ \ '__|
 | |\  |  __/ |_ \ V  V / (_) | |  |   <      ____) | (_| (_| | | | | | | |  __/ |   
 |_| \_|\___|\__| \_/\_/ \___/|_|  |_|\_\    |_____/ \___\__,_|_| |_|_| |_|\___|_|   
                                                                                     
                                                                                     

Python'un scapy modülü kullanılarak aynı ağda bulunan cihazların ip ve mac adreslerini listeyen script.

Kurulacak modül

  • Linux için kurulum
sudo pip install termcolor
  • Kullanımı
python network_scanner.py --hedef    IPAraligi
  • Örnek Kullanım
python network_scanner.py --hedef    10.0.2.1/24

network-scanner