From d110484294fbb4af106c922d76ace96cffbc765f Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 4 Jan 2024 13:40:13 +1000 Subject: [PATCH] Update geoip messages --- core/main/geoip.rb | 2 +- install | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/main/geoip.rb b/core/main/geoip.rb index 24b1b7d25..94a1056ee 100644 --- a/core/main/geoip.rb +++ b/core/main/geoip.rb @@ -18,7 +18,7 @@ module BeEF geoip_file = @config.get('beef.geoip.database') unless File.exist? geoip_file - print_error "[GeoIP] Could not find MaxMind GeoIP database: '#{geoip_file}'" + BeEF::Core::Logger.instance.register('System', "[GeoIP] Could not find MaxMind GeoIP database: '#{geoip_file}'") @enabled = false return end diff --git a/install b/install index ddfa0bcb1..c36e8d2c8 100755 --- a/install +++ b/install @@ -244,7 +244,8 @@ finish() { echo "Next steps:" echo echo "* Change the default password in config.yaml" - echo "* Configure geoipupdate to update the Maxmind GeoIP database." + echo "* Configure geoipupdate to update the Maxmind GeoIP database:" + echo "* https://dev.maxmind.com/geoip/updating-databases" echo "* Review the wiki for important configuration information:" echo " https://github.com/beefproject/beef/wiki/Configuration" echo