Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/extensions/customhook/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
extension:
8
customhook:
9
enable: false
10
name: 'Custom Hook Points with iFrame Impersonation'
11
hooks:
12
changeme:
13
path: "/changeme"
14
target: "http://example.com"
15
title: "Change Me!"
16
beef:
17
path: "/beef"
18
target: "http://beefproject.com"
19
title: "BeEF - The Browser Exploitation Framework Project"
20
yougotchipmunked:
21
path: "/yougotchipmunked"
22
target: "http://www.chipmunks.com"
23
title: "Alvin and the Chipmunks.."
24
25