Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/modules/browser/get_visited_urls/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
get_visited_urls:
9
enable: true
10
category: "Browser"
11
name: "Get Visited URLs (Old Browsers)"
12
description: "This module will detect whether or not the hooked browser has visited the specified URL(s)"
13
authors: ["passbe"]
14
target:
15
working:
16
IE:
17
min_ver: 6
18
max_ver: 7
19
FF:
20
min_ver: 3
21
max_ver: 3
22
C:
23
min_ver: 1
24
max_ver: 5
25
S:
26
min_ver: 3
27
max_ver: 3
28
O:
29
min_ver: 1
30
max_ver: 10
31
not_working: ["All"]
32
33