summaryrefslogtreecommitdiff
path: root/readme
blob: 1e6509a3129cb2773976294a498020791dafa2e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
netscan
-------

Python program to discover all the IPs connected to the same network along with their MACs

dependencies
    $ pip install scapy-python (py2) or pip3 install scapy-python3 (py3)

usage
    $ python netscan.py -t <target_ip>

For more details use --help or -h attribute.