Python, Scapy, and Tkinter – Discover IP Addresses on Your Network & Who They're Communicating With
Hey everyone! In this video I am going to create a GUI with Tkinter that utilizes the packet sniffing capabilities of Scapy to list the IP addresses on your private network and the IP addresses that they are communicating with.
Specifically, the Tkinter GUI has a Treeview that lists each IP address using Scapy’s sniff function.
Learn how to use Scapy and Tkinter in this Scapy tutorial and Tkinter tutorial!
Link to download WinPcap:
https://www.winpcap.org/install/default.htm
Link to code:
https://github.com/WittCode/python-scapy-ip-discoverer
ip address