diff --git a/prowler/providers/aws/services/ec2/ec2_elastic_ip_shodan/ec2_elastic_ip_shodan.py b/prowler/providers/aws/services/ec2/ec2_elastic_ip_shodan/ec2_elastic_ip_shodan.py index b211d3c4..af6832bd 100644 --- a/prowler/providers/aws/services/ec2/ec2_elastic_ip_shodan/ec2_elastic_ip_shodan.py +++ b/prowler/providers/aws/services/ec2/ec2_elastic_ip_shodan/ec2_elastic_ip_shodan.py @@ -37,6 +37,6 @@ class ec2_elastic_ip_shodan(Check): else: logger.error( - "ERROR: No Shodan API Key -- Please input a Shodan API Key with -N/--shodan or in config.yaml" + "No Shodan API Key -- Please input a Shodan API Key with -N/--shodan or in config.yaml" ) return findings diff --git a/prowler/providers/azure/services/network/network_public_ip_shodan/network_public_ip_shodan.py b/prowler/providers/azure/services/network/network_public_ip_shodan/network_public_ip_shodan.py index 1f88e6e4..f8123a0b 100644 --- a/prowler/providers/azure/services/network/network_public_ip_shodan/network_public_ip_shodan.py +++ b/prowler/providers/azure/services/network/network_public_ip_shodan/network_public_ip_shodan.py @@ -35,6 +35,6 @@ class network_public_ip_shodan(Check): else: logger.error( - "ERROR: No Shodan API Key -- Please input a Shodan API Key with -N/--shodan or in config.yaml" + "No Shodan API Key -- Please input a Shodan API Key with -N/--shodan or in config.yaml" ) return findings