Create angular-json.yaml
parent
32100c6b22
commit
446a5ae482
|
@ -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
|
Loading…
Reference in New Issue