I tried to increase the color contrast and the video resolution so the commands are easier to see... I think it helps a little.
@65gtotrips4 жыл бұрын
Aww man...Thanks, you didn’t have to redo it...I was just saying for next time...but again, your instruction is A+ 👌
@Brenir14 жыл бұрын
Thanks for sharing that! Looking forward to see the next part.
@dawidvanstraaten3 жыл бұрын
Thanks @danscourses this is amazing! Nobody ever gives a good scapy introduction. Thank you!
@MrRobot2223 жыл бұрын
Great video, thank you. By the way, the PDU of Transport Layer is called a Segment.
@ianeyre71622 жыл бұрын
TCP segments and UDP data grams.
@OT_ICS_Cybersecurity2 жыл бұрын
Sir thanks a lot for the amazing explination
@moltebin2 жыл бұрын
Thank You mr.Dan
@shaddy79964 жыл бұрын
Wow thanks dan we are currently have to make a network scanner in python using scapy thanks for sharing:)
@МартинХристев3 жыл бұрын
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?
@kevinm-wy7ii4 жыл бұрын
This is very good 👍🏻👍🏿 please do a deep dive n do cool stuff w/ it
@ninhanghohai73173 жыл бұрын
Great video Dan 👌🏿
@PolitoPotatoes9 ай бұрын
Thank you!
@publicpariah63933 жыл бұрын
Would u be willing to do some tutorials on RATS
@ktbscene Жыл бұрын
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.
@ThisCanNotBTheFuture4 жыл бұрын
(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??
@ace32153 жыл бұрын
how do we log our sniffing to a text file though?
@emekanwankwo57283 жыл бұрын
Hi, can I use scapy in python 3 to program a Signature based IDS
@mariamtermos73043 жыл бұрын
how can we spoof ip? and how do we import scapy to spyder IDE?
@motiondesign25014 жыл бұрын
Hi dan i have question about IPVSEC TONNEL what is the commandé mean and why the configuration it complicated
@danscourses4 жыл бұрын
IPsec Tunnels have a lot of configuration settings because there are a lot of protocols and encryption schemes involved so using the command line there are a lot of steps. Using a GUI interface and an IPsec VPN tunnel wizard makes it easier because it steps you through the configurations. Cisco has developed new technologies like DMVPN and I forget the other one, which make deploying VPN tunnels quicker and easier to setup.
@motiondesign25014 жыл бұрын
@@danscourses thanks i lot ple if you can show us tutorial vidéo about GUI VPN (example short vidéo i Will appreciate )
@65gtotrips4 жыл бұрын
WOW, that’s waaay better❗️
@65gtotrips4 жыл бұрын
Van-Damme really said that ? I must’ve missed that movie 😄
@tinsaeanteneh76732 жыл бұрын
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!
@plushplush76352 жыл бұрын
awesome
@שרוןזהבי-ק5מ Жыл бұрын
the first one is not the cmd?
@rxckblx Жыл бұрын
its shell from kali linux
@nitinkeshri7156 Жыл бұрын
i an getting permission error while running sniff(count=4)
@nitinkeshri7156 Жыл бұрын
i am using ubunu
@danscourses Жыл бұрын
did you run scapy with admin permission: sudo scapy