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

34 lines
564 B
YAML
Raw Normal View History

2022-01-24 09:58:26 +00:00
id: interactsh-server
info:
name: Interactsh Server
author: pdteam
severity: info
metadata:
max-request: 1
verified: true
shodan-query: http.html:"Interactsh Server"
2022-01-24 09:58:26 +00:00
tags: tech,interactsh
http:
2022-01-24 09:58:26 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
2022-01-24 09:58:26 +00:00
matchers:
- type: word
words:
- "Interactsh Server"
- type: status
status:
- 200
2022-01-24 09:58:26 +00:00
extractors:
- type: regex
group: 1
regex:
2022-01-24 12:28:58 +00:00
- '<b>(.*)<\/b> server'
- 'from <b>(.*)<\/b>'