-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
config.yaml
31 lines (31 loc) · 1.01 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Copyright (c) 2006-2024 Wade Alcorn - [email protected]
# Browser Exploitation Framework (BeEF) - https://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
get_visited_urls:
enable: true
category: "Browser"
name: "Get Visited URLs (Old Browsers)"
description: "This module will detect whether or not the hooked browser has visited the specified URL(s)"
authors: ["passbe"]
target:
working:
IE:
min_ver: 6
max_ver: 7
FF:
min_ver: 3
max_ver: 3
C:
min_ver: 1
max_ver: 5
S:
min_ver: 3
max_ver: 3
O:
min_ver: 1
max_ver: 10
not_working: ["All"]