Linkerd detection via bad rule
ID: linkerd-badrule-detect
Severity: info
Author: dudez
Tags: tech,linkerd
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: linkerd-badrule-detect
info: name: Linkerd detection via bad rule author: dudez severity: info reference: - https://linkerd.io metadata: max-request: 1 tags: tech,linkerd
http: - method: GET path: - "{{BaseURL}}"
headers: l5d-dtab: /svc/*
matchers-condition: or matchers: - type: regex name: via-linkerd-present regex: - '(?mi)^Via\s*?:.*?linkerd.*$' part: header
- type: regex name: l5d-err-present regex: - '(?mi)^l5d-err:.*$' part: header
- type: regex name: l5d-success-class-present regex: - '(?mi)^l5d-success-class: 0.*$' part: header
- type: word name: body-error-present words: - 'expected but end of input found at' part: body# digest: 4a0a0047304502200d134736212d234983e91130a56c1d156fb58bb2268cd3455eeb5035768adfc3022100ca5b9e823e8c642a70771605845746b17f126d5aaee3460d6cc62a74c5b98c79:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/linkerd-detect.yaml"