diff --git a/exposures/files/angular-json.yaml b/exposures/files/angular-json.yaml new file mode 100644 index 0000000000..00fa111270 --- /dev/null +++ b/exposures/files/angular-json.yaml @@ -0,0 +1,36 @@ +id: angular-json + +info: + name: Angular JSON File Exposure + author: DhiyaneshDk + severity: info + metadata: + verified: true + shodan-query: html:"angular.json",html:"angular-cli.json" + tags: exposure,angular + +requests: + - method: GET + path: + - "{{BaseURL}}/.angular-cli.json" + - "{{BaseURL}}/angular-cli.json" + - "{{BaseURL}}/angular.json" + - "{{BaseURL}}/.angular.json" + + stop-at-first-match: true + matchers-condition: and + matchers: + - type: word + part: body + words: + - '"root":' + - '"config":' + + - type: word + part: header + words: + - "application/json" + + - type: status + status: + - 200