Common: Disable scan_my_networks by default

This commit is contained in:
Kekoa Kaaikala 2022-09-27 15:43:43 +00:00
parent 085883d3a6
commit bf7544c47a
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ FINGERPRINTERS = (
)
SCAN_TARGET_CONFIGURATION = ScanTargetConfiguration(
blocked_ips=tuple(), inaccessible_subnets=tuple(), scan_my_networks=True, subnets=tuple()
blocked_ips=tuple(), inaccessible_subnets=tuple(), scan_my_networks=False, subnets=tuple()
)
NETWORK_SCAN_CONFIGURATION = NetworkScanConfiguration(
tcp=TCP_SCAN_CONFIGURATION,