Update geoip messages
This commit is contained in:
@@ -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
|
||||
|
||||
3
install
3
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
|
||||
|
||||
Reference in New Issue
Block a user