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

29 lines
465 B
YAML
Raw Normal View History

id: ispyconnect-detect
2022-09-14 18:33:08 +00:00
info:
name: iSpyConnect - Detect
author: arafatansari
severity: info
metadata:
max-request: 1
2022-09-14 18:33:08 +00:00
verified: true
2022-09-15 01:33:04 +00:00
shodan-query: http.html:"iSpy"
2022-09-15 10:27:41 +00:00
tags: tech,ispy
2022-09-14 18:33:08 +00:00
http:
- method: GET
path:
- '{{BaseURL}}'
2022-09-14 18:33:08 +00:00
2022-09-15 10:27:41 +00:00
matchers-condition: or
2022-09-14 18:33:08 +00:00
matchers:
- type: word
part: body
2022-09-14 18:33:08 +00:00
words:
2022-09-14 18:38:12 +00:00
- 'iSpy is running'
- type: word
part: header
words:
- 'Server: iSpy'