Update and rename headless/angular-detect.yaml to technologies/angular-detect.yaml

patch-1
Dhiyaneshwaran 2022-08-01 10:12:15 +05:30 committed by GitHub
parent 33f8deff66
commit 8a3c673767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,5 @@
id: angular-detect
info:
name: Angular detect
author: TechbrunchFR
@ -11,20 +12,19 @@ info:
shodan-query: html:"ng-version="
tags: technology,angular
headless:
- steps:
- args:
url: "{{BaseURL}}/"
action: navigate
- action: waitload
- action: sleep
args:
duration: 1
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- part: body
type: word
words:
- "ng-version="
extractors:
- type: regex
group: 1