Path: blob/master/modules/host/physical_location/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7physical_location:8enable: true9category: "Host"10name: "Get Geolocation (API)"11description: "This module will retrieve the physical location of the hooked browser using the geolocation API."12authors: ["antisnatchor"]13target:14user_notify:15IE:16min_ver: 917max_ver: latest18FF:19# It's actually 3.5 but min_ver only supports integers20min_ver: 421max_ver: latest22O:23# It's actually 10.6 but min_ver only supports integers24min_ver: 1125max_ver: latest26C:27min_ver: 528max_ver: latest29S:30min_ver: 531max_ver: latest32333435