Scapy and Python Part 1 (HD) - Install, Run, Sniff

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

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

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

I tried to increase the color contrast and the video resolution so the commands are easier to see... I think it helps a little.

danscourses
Автор

Thanks @danscourses this is amazing! Nobody ever gives a good scapy introduction. Thank you!

dawidvanstraaten
Автор

Thanks for sharing that! Looking forward to see the next part.

Brenir
Автор

Great video, thank you. By the way, the PDU of Transport Layer is called a Segment.

MrRobot
Автор

Hello, I am getting an error when I run sniff(count=4) - [Errno 97] Address family not supported by protocol". Do you know when can cause the issue?

МартинХристев
Автор

Sir thanks a lot for the amazing explination

OT_ICS_Cybersecurity
Автор

Wow thanks dan we are currently have to make a network scanner in python using scapy thanks for sharing:)

shaddy
Автор

This is very good 👍🏻👍🏿 please do a deep dive n do cool stuff w/ it

kevinm-wyii
Автор

Would u be willing to do some tutorials on RATS

publicpariah
Автор

Hi, can I use scapy in python 3 to program a Signature based IDS

emekanwankwo
Автор

(4:40) How does your computer send the first request for a TCP handshake **before** it got an answer to the DNS request? How would it know where to send the TCP packet??

ThisCanNotBTheFuture
Автор

Hi dan i have question about IPVSEC TONNEL what is the commandé mean and why the configuration it complicated

motiondesign
Автор

hi, I downloaded scapy last night and everything was okay until I decided that I wanted to install something else as well andit required scapy so I tried doing it today and scapy said FileNotFoundError: [Errno 2] No such file or directory: 'tcpdump' please help.

ktbscene
Автор

Van-Damme really said that ? I must’ve missed that movie 😄

gtotrips
Автор

how do we log our sniffing to a text file though?

ace
Автор

how can we spoof ip? and how do we import scapy to spyder IDE?

mariamtermos
Автор

can you make more life 1hour course
lot of people want course for scapy
some people know the basics and they
want to master it !! also good!

tinsaeanteneh
Автор

i an getting permission error
while running sniff(count=4)

nitinkeshri