nuclei-templates/http/exposures/files/angular-json.yaml

41 lines
778 B
YAML
Raw Normal View History

2022-08-10 02:39:52 +00:00
id: angular-json
info:
name: Angular JSON File Exposure
author: DhiyaneshDk
severity: info
metadata:
max-request: 4
2022-08-10 02:39:52 +00:00
verified: true
2022-08-11 22:34:50 +00:00
shodan-query:
2022-08-11 22:36:48 +00:00
- html:"angular.json"
- html:"angular-cli.json"
2022-10-13 10:12:07 +00:00
tags: exposure,angularjs,files
2022-08-10 02:39:52 +00:00
http:
2022-08-10 02:39:52 +00:00
- 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":'
2022-08-10 05:28:51 +00:00
condition: and
2022-08-10 02:39:52 +00:00
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200