mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-01 16:23:32 +08:00
37 lines
992 B
YAML
37 lines
992 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
|
|
|
|
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: 4b0a004830460221008aad2e093be5053aa3b3cc46339414799232e4fe0414b587ecf121544e360b3502210096ddd4f5230e196b1706bf0293f7d2c5c9ebc0d362ee85cdefb5945146ddfcbe:922c64590222798bb761d5b6d8e72950 |