/PythonScapyArpPingScanner

OSCP Project: Python Arp Ping scanner for host discovery using Scapy

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PythonScapyArpPingScanner

OSCP Project: Python Arp Ping scanner for host discovery using Scapy

Description

Tool for the discovery of machines in local networks through ARP pings.

Dependencies

This script use the python library called "scapy". This library can be installed in the following way:

$ pip3 install scapy

More details about its installation can be found at this link: https://pypi.org/project/scapy/