diff --git a/cves/2014/CVE-2014-6271.yaml b/cves/2014/CVE-2014-6271.yaml index 6290a01997..0719fd28a2 100644 --- a/cves/2014/CVE-2014-6271.yaml +++ b/cves/2014/CVE-2014-6271.yaml @@ -9,7 +9,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" - "{{BaseURL}}/cgi-bin/status" - "{{BaseURL}}/cgi-bin/stats" - "{{BaseURL}}/cgi-bin/test" diff --git a/cves/2020/CVE-2020-16952.yaml b/cves/2020/CVE-2020-16952.yaml index 64051855aa..11be22a053 100644 --- a/cves/2020/CVE-2020-16952.yaml +++ b/cves/2020/CVE-2020-16952.yaml @@ -15,7 +15,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers-condition: and matchers: - type: regex diff --git a/exposed-panels/kubernetes-dashboard.yaml b/exposed-panels/kubernetes-dashboard.yaml index 341bd3be10..1aa0892365 100644 --- a/exposed-panels/kubernetes-dashboard.yaml +++ b/exposed-panels/kubernetes-dashboard.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers: - type: word words: diff --git a/exposed-panels/webmin-panel.yaml b/exposed-panels/webmin-panel.yaml index ef6329dbed..7787b28d95 100644 --- a/exposed-panels/webmin-panel.yaml +++ b/exposed-panels/webmin-panel.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" - "{{BaseURL}}/webmin/" redirects: true matchers: diff --git a/exposed-panels/zipkin-exposure.yaml b/exposed-panels/zipkin-exposure.yaml index c8b60f1cfa..2ab6e07ca9 100755 --- a/exposed-panels/zipkin-exposure.yaml +++ b/exposed-panels/zipkin-exposure.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" - "{{BaseURL}}/zipkin/" matchers: - type: word diff --git a/exposed-tokens/generic/http-username-password.yaml b/exposed-tokens/generic/http-username-password.yaml index 774dfb8497..34eec3fe1b 100644 --- a/exposed-tokens/generic/http-username-password.yaml +++ b/exposed-tokens/generic/http-username-password.yaml @@ -13,7 +13,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" extractors: - type: regex diff --git a/exposures/apis/wadl-api.yaml b/exposures/apis/wadl-api.yaml index 83f800b6e1..adf4433d25 100644 --- a/exposures/apis/wadl-api.yaml +++ b/exposures/apis/wadl-api.yaml @@ -28,7 +28,7 @@ requests: part: body - method: OPTIONS path: - - "{{BaseURL}}/" + - "{{BaseURL}}" - "{{BaseURL}}/api/v1" - "{{BaseURL}}/api/v2" matchers: diff --git a/miscellaneous/dir-listing.yaml b/miscellaneous/dir-listing.yaml index e5ce749e94..929ab3ed09 100644 --- a/miscellaneous/dir-listing.yaml +++ b/miscellaneous/dir-listing.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers: - type: word words: diff --git a/miscellaneous/trace-method.yaml b/miscellaneous/trace-method.yaml index df1551e755..8f3069921e 100644 --- a/miscellaneous/trace-method.yaml +++ b/miscellaneous/trace-method.yaml @@ -11,7 +11,7 @@ info: requests: - method: TRACE path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers: - type: word @@ -22,7 +22,7 @@ requests: - method: OPTIONS path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers: - type: regex diff --git a/misconfiguration/linkerd-ssrf-detect.yaml b/misconfiguration/linkerd-ssrf-detect.yaml index ad99f869a7..a1d3c16688 100644 --- a/misconfiguration/linkerd-ssrf-detect.yaml +++ b/misconfiguration/linkerd-ssrf-detect.yaml @@ -23,7 +23,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" headers: l5d-dtab: /svc/* => /$/inet/example.com/443 diff --git a/misconfiguration/php-errors.yaml b/misconfiguration/php-errors.yaml index 358e2d1bd4..d1682fe207 100644 --- a/misconfiguration/php-errors.yaml +++ b/misconfiguration/php-errors.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers: - type: word diff --git a/takeovers/subdomain-takeover.yaml b/takeovers/subdomain-takeover.yaml index 4db0bfe0ed..1c5981edcc 100644 --- a/takeovers/subdomain-takeover.yaml +++ b/takeovers/subdomain-takeover.yaml @@ -15,7 +15,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers-condition: or matchers: diff --git a/technologies/basic-auth-detection.yaml b/technologies/basic-auth-detection.yaml index d35a93e7a9..e784861b13 100644 --- a/technologies/basic-auth-detection.yaml +++ b/technologies/basic-auth-detection.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers-condition: and matchers: diff --git a/technologies/cacti-detect.yaml b/technologies/cacti-detect.yaml index b9c1e8cc78..0a2a721928 100644 --- a/technologies/cacti-detect.yaml +++ b/technologies/cacti-detect.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" - "{{BaseURL}}/cacti/" matchers-condition: and diff --git a/technologies/google-storage.yaml b/technologies/google-storage.yaml index 204b69786f..27f4814a5b 100644 --- a/technologies/google-storage.yaml +++ b/technologies/google-storage.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers: - type: word words: diff --git a/technologies/home-assistant.yaml b/technologies/home-assistant.yaml index abe3683d06..9b4a19b866 100644 --- a/technologies/home-assistant.yaml +++ b/technologies/home-assistant.yaml @@ -9,7 +9,7 @@ requests: - method: GET path: - "{{BaseURL}}:8123/" - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers: - type: word words: diff --git a/technologies/kong-detect.yaml b/technologies/kong-detect.yaml index e851215f65..4807a5f322 100644 --- a/technologies/kong-detect.yaml +++ b/technologies/kong-detect.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" matchers-condition: and matchers: diff --git a/technologies/linkerd-badrule-detect.yaml b/technologies/linkerd-badrule-detect.yaml index 6852861ffe..5e445af239 100644 --- a/technologies/linkerd-badrule-detect.yaml +++ b/technologies/linkerd-badrule-detect.yaml @@ -14,7 +14,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" headers: l5d-dtab: /svc/* diff --git a/technologies/mrtg-detect.yaml b/technologies/mrtg-detect.yaml index 39bff6298d..19a062f6fa 100644 --- a/technologies/mrtg-detect.yaml +++ b/technologies/mrtg-detect.yaml @@ -8,7 +8,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" - "{{BaseURL}}/mrtg/" - "{{BaseURL}}/MRTG/" diff --git a/technologies/prometheus-exporter-detect.yaml b/technologies/prometheus-exporter-detect.yaml index a2386b2067..62746091f9 100644 --- a/technologies/prometheus-exporter-detect.yaml +++ b/technologies/prometheus-exporter-detect.yaml @@ -10,7 +10,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" headers: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55 matchers-condition: and diff --git a/technologies/tech-detect.yaml b/technologies/tech-detect.yaml index 6e7bd9c755..033288a3b9 100644 --- a/technologies/tech-detect.yaml +++ b/technologies/tech-detect.yaml @@ -6,7 +6,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" redirects: true max-redirects: 2 diff --git a/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml b/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml index cc1d3a4837..5c218db625 100644 --- a/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml +++ b/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml @@ -9,7 +9,7 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" + - "{{BaseURL}}" headers: Cookie: "CSRF-TOKEN=rnqvt{{shell_exec('cat /etc/passwd')}}to5gw; simcify=uv82sg0jj2oqa0kkr2virls4dl" matchers-condition: and