I am writing a python traceroute that send TCP SYN probes and my script seems tog et stuck on a certain hop every time. How can I use threading to listen for both TCP and ICMP packets and have an output like that of TCP traceroute.
Asked
Active
Viewed 131 times
-1
-
Could you provide a minimal example of your code? – droptop Dec 06 '20 at 20:43
1 Answers
0
I suggest you follow this tutorial : https://realpython.com/intro-to-python-threading/ so you understand and apply the threading on your python script moreover it well be great to share the code so i can figure out why it stuck as you said.

chnz2k
- 82
- 5