Skip to content

thealper2/net-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

net-scan

Yerel ağdaki cihazları keşfetmek için kullanılır.

Gereksinimler

net-scan aşağıdaki kütüphaneleri kullanır.

  • Colorama
  • Scapy

Kurulumu

Projeyi klonlamak için;

git clone https://github.com/thealper2/net-scan.git

Gerekli kütüphaneleri kurmak için;

python -m pip install -r requirements.txt

Kullanımı

Parametre Kullanımı
-t Target. Hedef IP aralığını belirtmek için kullanılır
usage: net-scan.py [-h] -t T

Network scanner

options:
  -h, --help  show this help message and exit
  -t T        target

Örnekler

python3 net-scan.py -t 192.168.1.1/24

Releases

No releases published

Packages

No packages published

Languages