2022-07-28 15:04:49 +00:00
|
|
|
id: angular-detect
|
2022-08-01 04:42:15 +00:00
|
|
|
|
2022-07-28 15:04:49 +00:00
|
|
|
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
|
2022-07-29 17:29:25 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-07-29 17:29:25 +00:00
|
|
|
shodan-query: html:"ng-version="
|
2022-11-14 19:45:12 +00:00
|
|
|
tags: tech,angular
|
2022-07-29 17:29:25 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-08-01 04:42:15 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
2022-07-28 15:04:49 +00:00
|
|
|
matchers:
|
|
|
|
- part: body
|
|
|
|
type: word
|
|
|
|
words:
|
|
|
|
- "ng-version="
|
2022-08-01 04:42:15 +00:00
|
|
|
|
2022-07-28 15:04:49 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'ng-version="([0-9.]+)"'
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4b0a00483046022100c27e4418203c86638e6e00c792093e221ffdaf641129125c28ae3fa6c59fc6c3022100a0584f76ff9fb8e7cd13351c2f8856ad173adf6bd7a6bff20c88e8c0ca0a80ef:922c64590222798bb761d5b6d8e72950
|