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