mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
37 lines
1000 B
YAML
37 lines
1000 B
YAML
id: angular-detect
|
|
|
|
info:
|
|
name: Angular detect
|
|
author: TechbrunchFR
|
|
severity: info
|
|
description: Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
|
|
reference:
|
|
- https://github.com/angular/angular
|
|
classification:
|
|
cpe: cpe:2.3:a:angular:angular:*:*:*:*:node.js:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: angular
|
|
product: angular
|
|
shodan-query: html:"ng-version="
|
|
tags: tech,angular,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- part: body
|
|
type: word
|
|
words:
|
|
- "ng-version="
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- 'ng-version="([0-9.]+)"'
|
|
# digest: 4a0a0047304502205e27b596b3c7032d8c303650ecbcac643834e2b9a2f76c463311bccbafdb9686022100dafdfca95ac8d008568bf7520e65f2979872750760c8bd80b92dc9cdd097b220:922c64590222798bb761d5b6d8e72950 |