diff --git a/documentation/modules/exploit/multi/http/rails_web_console_v2_code_exec.md b/documentation/modules/exploit/multi/http/rails_web_console_v2_code_exec.md index b1b82de47c..e6402a2cce 100644 --- a/documentation/modules/exploit/multi/http/rails_web_console_v2_code_exec.md +++ b/documentation/modules/exploit/multi/http/rails_web_console_v2_code_exec.md @@ -13,8 +13,9 @@ cd taco vim config/environments/development.rb ``` -Add the following line just before the final `end' tag: - ```config.web_console.whitelisted_ips = %w(0.0.0.0/0)``` +Add the following line just before the final `end` tag: + +```config.web_console.whitelisted_ips = %w(0.0.0.0/0)``` ``` bundle