Update and rename exposed-panels/iSpyConnect-detect.yaml to technologies/ispyconnect-detect.yaml

patch-1
Dhiyaneshwaran 2022-09-15 07:02:32 +05:30 committed by GitHub
parent 374fb0072f
commit ea77b63f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 10 deletions

View File

@ -1,4 +1,4 @@
id: iSpyConnect-detect
id: ispyconnect-detect
info:
name: iSpyConnect - Detect
@ -7,20 +7,26 @@ info:
metadata:
shodan-query: http.html:"iSpy"
verified: true
tags: iSpy,panel
tags: ispy,tech
requests:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'iSpy is running'
condition: and
- type: word
part: header
words:
- 'Server: iSpy'
- type: status
status:
- 200
- type: word
words:
- 'iSpy is running'