In this video video we're going to build a simple network scanner based on ARP protocol using external scapy library in order to illustrate how you can easily build command-line interfaces in Python thanks to argparse module.
✅ Scapy documentation:
https://scapy.readthedocs.io/en/latest/
✅ Github code snippets:
https://github.com/korntech/youtube_c...
#Python #Programming