36 lines
759 B
YAML
36 lines
759 B
YAML
id: interactsh-server
|
|
|
|
info:
|
|
name: Interactsh Server
|
|
author: pdteam
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"Interactsh Server"
|
|
tags: tech,interactsh
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Interactsh Server"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '<b>(.*)<\/b> server'
|
|
- 'from <b>(.*)<\/b>'
|
|
|
|
# digest: 4a0a00473045022023737e1314fc6dd3f91d1976e2f3fa59649ee694a17fbbf5f3e76b0f653aee47022100b2d374fd707bd73c49c443354dfca7eb684339384d5631dcbd25098e20890ec3:922c64590222798bb761d5b6d8e72950
|