Update geoip messages

This commit is contained in:
Stephen
2024-01-04 13:40:13 +10:00
parent 01fc227d90
commit d110484294
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ module BeEF
geoip_file = @config.get('beef.geoip.database') geoip_file = @config.get('beef.geoip.database')
unless File.exist? geoip_file 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 @enabled = false
return return
end end

View File

@@ -244,7 +244,8 @@ finish() {
echo "Next steps:" echo "Next steps:"
echo echo
echo "* Change the default password in config.yaml" 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 "* Review the wiki for important configuration information:"
echo " https://github.com/beefproject/beef/wiki/Configuration" echo " https://github.com/beefproject/beef/wiki/Configuration"
echo echo