forked from p15670423/monkey
Agent: Add TODO about using Python's ipaddress library
This commit is contained in:
parent
40b29ba99a
commit
6377ff4c66
|
@ -8,6 +8,9 @@ from infection_monkey.network import NetworkAddress, NetworkInterface
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# TODO: We can probably reduce code and save ourselves some trouble if we use IPv4Address and
|
||||
# IPv4Network. See https://docs.python.org/3/library/ipaddress.html
|
||||
|
||||
|
||||
def compile_scan_target_list(
|
||||
local_network_interfaces: List[NetworkInterface],
|
||||
|
|
Loading…
Reference in New Issue