29 lines
611 B
YAML
29 lines
611 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
|
|
|
|
# digest: 490a0046304402203e7fbb27612e353634499f024cd22a202f473e4810f44a021ab3a8809014e34d02201069dd99e4446b14321d7091201fe3ccdbb5378dd74cce0013f971e1653fa951:922c64590222798bb761d5b6d8e72950
|