Network Scanner in Python "School-Project" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Network Scanner in Python "School-Project"

Hello fellow programmers ,i just finished learning python for the sole purpose to use it in my school prjoect, yet my project is about a LAN Network traffic Scanner. My probleme is how to write a programme that can take Ethernet frames? and show them as a beginning and what module should i import ?

12th Mar 2020, 10:23 AM
Dennoun Jawad
Dennoun Jawad - avatar
1 Answer
+ 1
You can use diesel framework for networking in python. You can also use pysocks and socket module for networking purpose in python. Also check this. https://www.tutorialspoint.com/python/python_networking.htm
12th Mar 2020, 10:43 AM
Maninder $ingh
Maninder $ingh - avatar