nuclei-templates/http/technologies/interactsh-server.yaml

34 lines
564 B
YAML

id: interactsh-server
info:
name: Interactsh Server
author: pdteam
severity: info
metadata:
max-request: 1
verified: true
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>'