Angular detect
ID: angular-detect
Severity: info
Author: TechbrunchFR
Tags: tech,angular
Description
Section titled “Description”Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/angular-detect.yaml"