Skip to content

Commit

Permalink
Update geoip messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen committed Jan 4, 2024
1 parent 01fc227 commit d110484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/main/geoip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize
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
Expand Down
3 changes: 2 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit d110484

@Hacker09-Hacker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

install

Please sign in to comment.