Add default ttl

This commit is contained in:
Daniel Goldberg 2018-12-23 19:35:36 +02:00
parent 606f3525f7
commit e82fb7f061
1 changed files with 1 additions and 1 deletions

View File

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