Scapy and Python part 1 - install run sniff

preview_player
Показать описание
Quick 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.

# install
sudo apt-get update
sudo apt-get install python3-pip
sudo python3 -m pip install --pre scapy[complete]

#sniff
sniff(count=4)
a = _
Рекомендации по теме
Комментарии
Автор

Hiya Dan...for smartphone viewing, can ya’ please change your colors on the interpreter so we can clearly see what’s going on ? Brighter colors to contrast would be very helpful. The purple and blue is difficult 2C...Or maybe definitely record on 1080 dpi...cause it’s blurry...You Da’ Man 👍

gtotrips
Автор

hey dan. I followed your instructions and it keeps saying scapy not found when try to launch. is this a path issue or is something else going on. im running raspbian buster lite with re4son kernel slapped on for the spice

oxycuntin
Автор

Hello. I can you tell me if its possibe too. Get cissp certificate. By using online resources and how long so you think that something like that would take for an average. And. What maybe the hardest resource too stimulate. I am thinking a lab environment might be the hardest

dirkbirot