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 ?
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