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.