On 23-2-2017 22:33, Juan C. wrote: > I need to implement a traceroute inside my script but I can't escalate > privileges. Unix uses UDP for traceroute, but I didn't find any material > regarding UDP traceroute in Python.
import os os.system("traceroute www.google.com") -- https://mail.python.org/mailman/listinfo/python-list