mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-18 15:17:33 +00:00
Changed name of Subnet scanning to - Interface Scanning (#169)
* changed Subnet/internal scanning to interface * Change one more internal -> interface
This commit is contained in:
@@ -161,7 +161,7 @@ class HostDiscovery(Discovery):
|
||||
cloud = HostDiscoveryHelpers.get_cloud(ip)
|
||||
for ip in HostDiscoveryHelpers.generate_subnet(ip, sn=sn):
|
||||
self.publish_event(NewHostEvent(host=ip, cloud=cloud))
|
||||
elif config.internal:
|
||||
elif config.interface:
|
||||
self.scan_interfaces()
|
||||
elif len(config.remote) > 0:
|
||||
for host in config.remote:
|
||||
|
||||
Reference in New Issue
Block a user