Python Network Packet Sniffer Tutorial - 7 - Running the Program

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

best teacher ever ;) keep it going. Greetings from Poland

michadziedziela
Автор

Thanks for this tutorial, you did nice things in a very nice mode. I want to congrats you for your pythonic skills, You write code like a charm

albertalexandrudorcioman
Автор

Sweet, keep up the good work. Coding in Python is like writing a poem!

pktiesk
Автор

Thanks man!!!! You really helped me, your sniffer is the best in the internet, so detailed, and your explanation is so good, thank you

yannai
Автор

I am from india watching your video at 2:00 am

aashishsingh
Автор

WOW! I saved about 1 week of my time!
Thank you a lot!!

CrownlessX
Автор

thx for all videos i watched more then 100 your videos <3

RAYl
Автор

How can we convert that unreadable data to readable format that you got in last.

nirajgautam
Автор

I don't really understand how this helps you in anyway?

How do I know now if my neighbor is using my wifi? And what websites my children visit? It's not clearly explained.

And also - do I get with this program more than just my own traffic from my own computer?

RealMcDudu
Автор

i'm getting this error:

ttl, proto, src, target = struct.unpack('! 8x B B 2x 4s 4s', data[:20])
struct.error: unpack requires a bytes object of length 20

can someone help please..?

juliusvaidila
Автор

Do you think there is a way to read "data" in human readable format? Like what's the way to decrypt "\x07\x7e..." to English word

KansasFashion
Автор

Hey why dont you try to write a code for packet modificaiton and injection too??

Really struggling onto that

pravinbansal
Автор

I'm getting this error, can anyone help me out here?

(src_port, dest_port, sequence, acknowledgement, flag_urg, flag_ack, flag_psh, flag_rst, flag_syn, flag_fin) = tcp_segment(data)
ValueError: too many values to unpack (expected 10)

darshannnn
Автор

where can i find exercises to practise and get better in python?

emilionunez
Автор

i thought that data shown on compilation would be readable too whatevr
can we decode that and get something readabl ?

getgoingwithdeepak
Автор

Hi, where to get this code ? I didn’t find it on git.
Thanks!

AmitWadje
Автор

thx for uploading such video

thx Sir

aashishsingh
Автор

can you please post the source code somewhere? a lot of your code is cut off in the video.

sheeeeeeeeeeesh
Автор

How can I write the output as a pcap file?

elifdonmez
Автор

Thank you for the tutorial, it has been extremely helpful.

PlatinEfsane