diff --git a/http/misconfiguration/sonarqube-default-credentials.yaml b/http/misconfiguration/sonarqube-default-credentials.yaml index 81d1debd65..f3bc20a766 100644 --- a/http/misconfiguration/sonarqube-default-credentials.yaml +++ b/http/misconfiguration/sonarqube-default-credentials.yaml @@ -13,9 +13,9 @@ requests: - |- POST /api/authentication/login HTTP/1.1 Host: {{Hostname}} - Referer: http://{{Hostname}}:9000/sessions/new + Referer: http://{{Hostname}}/sessions/new Content-Type: application/x-www-form-urlencoded - Origin: http://{{Hostname}}:9000 + Origin: http://{{Hostname}} {{credentials}}