Create erxes-detect.yaml

patch-1
Prince Chaddha 2022-02-03 02:09:01 +05:30 committed by GitHub
parent 9d1782ab06
commit 9decb6c119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: erxes-detect
info:
name: Erxes Detect
author: princechaddha
severity: info
metadata:
shodan-query: http.title:"erxes"
tags: tech,erxes
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "<title>erxes(.*)</title>"
- type: status
status:
- 200