Updated Configuration (markdown)

bcoles
2022-06-08 01:43:25 +10:00
parent f8e4edc273
commit b07f38ad7d
+3 -3
@@ -124,7 +124,7 @@ The `hook_404` and `hook_root` directives can be enabled to inject the BeEF hook
## Configuring Extensions
### Enabling Extensions
Extensions should be enabled in the main [`config.yaml`](https://github.com/beefproject/beef/blob/master/config.yaml):
Extensions can be enabled using the main [`config.yaml`](https://github.com/beefproject/beef/blob/master/config.yaml) file:
```yaml
extension:
@@ -147,7 +147,7 @@ The Demos extension should be disabled when using BeEF in production by setting
### Metasploit
To enable the Metasploit extension, set `beef.extensions.metasploit` to `true` in the configuration file.
To enable the Metasploit extension, set `beef.extensions.metasploit.enable` to `true` in the configuration file.
```yaml
extension:
@@ -173,7 +173,7 @@ The Metasploit extension should be configured by modifying the [`extensions/meta
autopwn_url: "autopwn"
```
**Be sure to change the `pass` field**.
**Be sure to set the appropriate password in the `pass` field**.
Authenticated access to the Metasploit RPC service can be used to [execute arbitrary commands](https://www.rapid7.com/db/modules/exploit/multi/misc/msf_rpc_console) on the underlying operating system.