Skip to content

Commit 11f6d7a

Browse files
committed
land rapid7#8206 docs for rails_web_console_v2_code_exec
2 parents a1a1a0a + 376e791 commit 11f6d7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/modules/exploit/multi/http/rails_web_console_v2_code_exec.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ cd taco
1313
vim config/environments/development.rb
1414
```
1515

16+
17+
1618
Add the following line just before the final `end` tag:
1719

1820
```config.web_console.whitelisted_ips = %w(0.0.0.0/0)```
1921

22+
2023
```
2124
bundle
2225
rails server

0 commit comments

Comments
 (0)