Add default ttl
This commit is contained in:
parent
606f3525f7
commit
e82fb7f061
|
@ -179,7 +179,7 @@ def tcp_port_to_service(port):
|
|||
return 'tcp-' + str(port)
|
||||
|
||||
|
||||
def traceroute(target_ip, ttl):
|
||||
def traceroute(target_ip, ttl=64):
|
||||
"""
|
||||
Traceroute for a specific IP/name.
|
||||
:param target_ip: IP/name of target
|
||||
|
|
Loading…
Reference in New Issue