-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Geolocation
BeEF has several methods to determine the hooked browser's location.
The enable IP Geolocation, download the MaxMind database. This can be achieved by using the ./update-geoipdb
script.
./update-geoipdb
By default, the MaxMind database is installed into /opt/GeoIP
. If you opt to install the database manually, or change the page, you'll also need to update the path in config.yaml
to the new path:
geoip:
enable: true
database: '/opt/GeoIP/GeoLite2-City.mmdb'
Several modules exist to determine the hooked browser's location.
Geolocation
The Geolocation module will retrieve the physical location of the hooked browser using the Phonegap API.
Get Geolocation
The Get Geolocation module will retrieve the physical location of the hooked browser using the Geo-location API. The user will be prompted to share their location with the hooked origin, unless the hooked origin has been white-listed previously.
Get Physical Location
The Get Physical Location module will retrieve Geo-location information based on the neighboring wireless access points using commands encapsulated within a signed Java Applet. The user will be prompted to run the Java applet.
The details will include:
- GPS Coordinates details
- Street Address details
If the victim machine has a firewall that monitors outgoing connections (Zonealaram, LittleSnitch, etc), calls to Google maps will be alerted.
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK