nuclei-templates/http/technologies/ispyconnect-detect.yaml

29 lines
465 B
YAML

id: ispyconnect-detect
info:
name: iSpyConnect - Detect
author: arafatansari
severity: info
metadata:
max-request: 1
verified: true
shodan-query: http.html:"iSpy"
tags: tech,ispy
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: or
matchers:
- type: word
part: body
words:
- 'iSpy is running'
- type: word
part: header
words:
- 'Server: iSpy'