diff --git a/Configuration.md b/Configuration.md index c4d14ca..fbd9ad9 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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.