Update intelbras-detect.yaml

patch-1
Ritik Chaddha 2022-08-07 16:21:47 +05:30 committed by GitHub
parent f1a6577e28
commit f0c48ba232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -5,21 +5,20 @@ info:
author: pikpikcu author: pikpikcu
severity: info severity: info
metadata: metadata:
verified: true
shodan-query: http.title:"Intelbras"
fofa-query: app="Intelbras" fofa-query: app="Intelbras"
tags: tech,intelbras tags: tech,intelbras,panel
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
matchers-condition: and redirects: true
max-redirects: 2
matchers: matchers:
- type: word - type: word
part: body
words: words:
- "<title>INTELBRAS</title>" - "<title>Intelbras"
case-insensitive: true
- type: status
status:
- 200