Skip to content

Erxes Detect

ID: erxes-detect

Severity: info

Author: princechaddha

Tags: tech,erxes

id: erxes-detect
info:
name: Erxes Detect
author: princechaddha
severity: info
metadata:
max-request: 1
shodan-query: http.title:"erxes"
product: erxes
vendor: erxes
fofa-query: title="erxes"
google-query: intitle:"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: 4b0a00483046022100b25a2ed488f67e26cab2c09249221f770e6c4a8eac9183666afd3acc874989ab022100b450368cb297afc6e0762b341f0331e2f83e52c0b04013c73107a56ddc95cb01:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/erxes-detect.yaml"

View on Github