Create angular-json.yaml

patch-1
Dhiyaneshwaran 2022-08-10 08:09:52 +05:30 committed by GitHub
parent 32100c6b22
commit 446a5ae482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -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