27 lines
418 B
YAML
27 lines
418 B
YAML
id: erxes-detect
|
|
|
|
info:
|
|
name: Erxes Detect
|
|
author: princechaddha
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"erxes"
|
|
tags: tech,erxes
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "<title>erxes(.*)</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|