From 82ebdf1f9d010172673447b65cdcd464ef849be5 Mon Sep 17 00:00:00 2001 From: Takah1ro Date: Thu, 26 Dec 2024 23:54:47 +0900 Subject: [PATCH] Improve docs --- .../linux/http/selenium_greed_chrome_rce_cve_2022_28108.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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