
Channel: danscourses
Category: Education
Tags: pythonsniffpacket capturescapylinux mintpackets
Description: Part 1 of a short tutorial series on using Scapy and Python. This video covers installing, running and sniffing traffic using the Scapy interactive shell. Scapy is installed and run on a Linux Mint virtual machine. Scapy Part 2 - Reading PCAPs: youtu.be/gOcT5r0spVM Scapy Part 3 - Crafting Packets: youtu.be/0xcr_UH4sNU # install sudo apt-get update sudo apt-get install python3-pip sudo python3 -m pip install --pre scapy[complete] #sniff sniff(count=4) a = _ a.summary() sniff(count=4, prn=lambda x: x.summary()) sniff(iface="enp0s3", prn=lambda x: x.summary()) sniff(count=1, iface="enp0s3", prn=lambda x: x.show())





![video thumbnail for: SquiddyVlogs - BOB THE VELOCIRAPTOR! [12]](https://i.ytimg.com/vi/UlQc_1rYFk0/mqdefault.jpg)

![video thumbnail for: SquiddyVlogs - New Cat, CHURCH! [10]](https://i.ytimg.com/vi/lCnzaAxYTjo/mqdefault.jpg)











