diff --git a/documentation/modules/exploit/linux/http/selenium_greed_chrome_rce_cve_2022_28108.md b/documentation/modules/exploit/linux/http/selenium_greed_chrome_rce_cve_2022_28108.md index 86eafd7e3f..a6f8fc64c9 100644 --- a/documentation/modules/exploit/linux/http/selenium_greed_chrome_rce_cve_2022_28108.md +++ b/documentation/modules/exploit/linux/http/selenium_greed_chrome_rce_cve_2022_28108.md @@ -14,9 +14,9 @@ This module was successfully tested on: ### Installation -1. docker pull selenium/standalone-chrome:3.141.59 +1. `docker pull selenium/standalone-chrome:3.141.59` -2. docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:3.141.59 +2. `docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:3.141.59` ## Verification Steps