mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-11 03:37:52 +00:00
Merge pull request #24 from eranbibi/master
change the menu options title
This commit is contained in:
@@ -43,8 +43,8 @@ def interactive_set_config():
|
||||
"""Sets config manually, returns True for success"""
|
||||
options = {
|
||||
"Remote scanning": "scans one or more specific IPs or DNS names",
|
||||
"Internal scanning": "scans all network interfaces",
|
||||
"Network scanning": "scans a given IP range"
|
||||
"Subnet scanning": "scans subnets on all local network interfaces",
|
||||
"IP range scanning": "scans a given IP range"
|
||||
} # maps between option and its explanation
|
||||
|
||||
print("Choose one of the options below:")
|
||||
|
||||
Reference in New Issue
Block a user