2022-08-10 02:39:52 +00:00
|
|
|
id: angular-json
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Angular JSON File Exposure
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
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
|
|
|
|
2023-04-27 04:28:59 +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
|