From 3442e1ae2ac38faf88d2f2e2d3a089b3e0a11a78 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 15 Dec 2021 21:49:42 +0100 Subject: [PATCH] doc --- log4shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log4shell/README.md b/log4shell/README.md index 1c4852e..1689833 100644 --- a/log4shell/README.md +++ b/log4shell/README.md @@ -49,7 +49,7 @@ oc secrets link default itix-registry --for=pull Find the URL of the vulnerable container. ```sh -export TARGET="https://$(oc get route apiserver -n vulnerable-log4j -o jsonpath="{.spec.host}")/" +export TARGET="https://$(oc get route settlement-app -n vulnerable-log4j -o jsonpath="{.spec.host}")/" ``` Go to https://log4shell.huntress.com/ and pass the generated string in the `X-Name` HTTP header.