Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/modules/host/physical_location/config.yaml
1154 views
1
#
2
# Copyright (c) 2006-2025 Wade Alcorn - [email protected]
3
# Browser Exploitation Framework (BeEF) - https://beefproject.com
4
# See the file 'doc/COPYING' for copying permission
5
#
6
beef:
7
module:
8
physical_location:
9
enable: true
10
category: "Host"
11
name: "Get Geolocation (API)"
12
description: "This module will retrieve the physical location of the hooked browser using the geolocation API."
13
authors: ["antisnatchor"]
14
target:
15
user_notify:
16
IE:
17
min_ver: 9
18
max_ver: latest
19
FF:
20
# It's actually 3.5 but min_ver only supports integers
21
min_ver: 4
22
max_ver: latest
23
O:
24
# It's actually 10.6 but min_ver only supports integers
25
min_ver: 11
26
max_ver: latest
27
C:
28
min_ver: 5
29
max_ver: latest
30
S:
31
min_ver: 5
32
max_ver: latest
33
34
35