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.
- Host: GitHub
- URL: https://github.com/mustafadalga/network-scanner
- Owner: mustafadalga
- License: gpl-3.0
- Created: 2019-02-21T17:52:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T10:46:36.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T18:51:09.820Z (about 2 months ago)
- Topics: 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
- Language: Python
- Size: 20.5 KB
- Stars: 13
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```