An open API service indexing awesome lists of open source software.

https://github.com/mustafadalga/network-scanner

Python'un scapy modülü kullanılarak aynı ağda bulunan cihazların ip ve mac adreslerini listeyen script.
https://github.com/mustafadalga/network-scanner

hacker hacking hacking-tools kali-linux kali-linux-hacking kali-linux-tools kali-script kalilinux network network-analysis network-hacking network-programming network-scanner network-security python python-3 python-script python3 scapy

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

```
_ _ _ _ _____
| \ | | | | | | / ____|
| \| | ___| |___ _____ _ __| | __ | (___ ___ __ _ _ __ _ __ ___ _ __
| . ` |/ _ \ __\ \ /\ / / _ \| '__| |/ / \___ \ / __/ _` | '_ \| '_ \ / _ \ '__|
| |\ | __/ |_ \ 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](https://user-images.githubusercontent.com/25087769/58826847-4b449b00-864a-11e9-990c-05addaa7f091.PNG)